Hello !
I use “Spline-Enabled Fence Pack” (from Marketplace) for drawing a fence.
One element of fence is set as “Gate” and is named “Fence_Gate”. It’s need to move this element by using BluePrint. In result it should be interactive opening gate.
I saw an examples of interactive door BP, and created a blueprint like there.
There is a reference “Ref_Gate”: it’s a variable with the type ObjectType/Actor/Reference. I see this variable in the user interface of Edit. In the drop-down list of variable I see all objects of my scene, including the Fence_Gate.
Problem :
If I assign standard object “Cube” to my variables Ref_Gate – the Cube is moving. It works ok.
But if I assign object “Fence_Gate” into the Ref_Gate variable – the objects “Fence_Gate” doesn’t move.
I don’t understand – why ?
Maybe the spline object shall have some special reference?
How I can move spline object like Fence_Gate in the blueprint?