
描述
Links: Playable Demo | Example Project | Documentation | Discord
Provides an actor component which allows for the ability to easily add six degrees of freedom rotational functions without gimbal lock to an Actor, Pawn or a Character class.
Updates:
v2.0.0: Replication support, callback event on 6DOF rotation change, active 6DOF rotation delta exposed, option to disable automatic rotation update of parent.
Features:
Simple 6DOF Component: A single component containing 4 blueprint exposed functions for easy integration. Blueprint functions: [Add 6DOF Roll], [Add 6DOF Pitch], [Add 6DOF Yaw] and [Get 6DOF Control Direction].
Gimbal Unlock: Overcome gimbal lock and rotate actor, pawn or character full 360 degrees, an important feature for most space based games with 3D movement.
Use existing Movement Components: The Simple 6DOF component can be used in conjunction with the Floating Pawn Movement component or the Character Movement component.