Hello,
I have a C++ door created by me. It only has a FrameComponent, a DoorComponent, 2 triggers and one invisible mesh (it doesn’t matter). The thing is when I create a BP from the C++ all the components appear to be “inherited” (obviously).
I try to apply a physic constraint but it doesn’t have any effect on it. Instead of that, I create a new static mesh in the BP and following the same steps to implement the physic constraint… it works!! I’m starting to think that the physic constraint doesn’t work because is inherited from C++. Does anyone knows something about it?
Attached you’ll find one picture with my inherited DoorComponent and the Physics Constraint not working and the other picture with the BP created DoorComponent and the Physics Constraint working.
Inherited Door and Physics Constraint not working:
Created Door and Physics Constraint working:
][2]
Thank so much.