FixedCameraSystem icon indicating copy to clipboard operation
FixedCameraSystem copied to clipboard

🎥 A compilation of C++ tools for the creation of cinematographic scenes in Unreal Engine.

Results 3 FixedCameraSystem issues
Sort by recently updated
recently updated
newest added

Can you please update the plugin for the latest version of Unreal Engine?

- UE crashes if only one of the collision boxes (blue or orange) has a selected camera (1 or 2), the other has none / is unselected ## Expected Behavior...

https://github.com/gerlogu/FixedCameraSystem/blob/ed3c5874423d8c35fff237931daff7d126b69999/FixedCameraSystem/Source/FixedCameraSystem/Private/FixedCameraTrigger.cpp#L58 The delegate is created for Trigger1 when it should be Trigger2 (delegate for Trigger1 being created one line above, L57)