Access Trigger Radius via Editor

Hello,

I created a BP Class for a Door with a Trigger Sphere in it. In my Project I have a lot of Instances from this BP. Now I would like to set the Radius of the Trigger Sphere individually for each Instance. How can I do that?
sorry for my german English:)

Create a variable in your Door BP, then in the construction script, use that variable to update the Spheres radius.

Make sure your variable is set to Editable on Instances so that its visible in the editor.

It works. Thank You!:smiley: