![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CommonAnimationTypes.h>
Public Member Functions | |
| FRotationRetargetingInfo (bool bInEnabled=true) | |
The FRotationRetargetingInfo is used to provide all of the settings required to perform rotational retargeting on a single transform.
Default constructor
| bool FRotationRetargetingInfo::bClamp |
| bool FRotationRetargetingInfo::bEnabled |
| bool FRotationRetargetingInfo::bFlipEasing |
| bool FRotationRetargetingInfo::bUseAbsoluteAngle |
| FRuntimeFloatCurve FRotationRetargetingInfo::CustomCurve |
Custom curve mapping to apply if bApplyCustomCurve is true
| EEasingFuncType FRotationRetargetingInfo::EasingType |
| float FRotationRetargetingInfo::EasingWeight |
| ERotationComponent FRotationRetargetingInfo::RotationComponent |
| FTransform FRotationRetargetingInfo::Source |
| float FRotationRetargetingInfo::SourceMaximum |
| float FRotationRetargetingInfo::SourceMinimum |
| FTransform FRotationRetargetingInfo::Target |
| float FRotationRetargetingInfo::TargetMaximum |
| float FRotationRetargetingInfo::TargetMinimum |
| FVector FRotationRetargetingInfo::TwistAxis |