UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FRotationRetargetingInfo Struct Reference

#include <CommonAnimationTypes.h>

Public Member Functions

 FRotationRetargetingInfo (bool bInEnabled=true)
 

Public Attributes

bool bEnabled
 
FTransform Source
 
FTransform Target
 
ERotationComponent RotationComponent
 
FVector TwistAxis
 
bool bUseAbsoluteAngle
 
float SourceMinimum
 
float SourceMaximum
 
float TargetMinimum
 
float TargetMaximum
 
EEasingFuncType EasingType
 
FRuntimeFloatCurve CustomCurve
 
bool bFlipEasing
 
float EasingWeight
 
bool bClamp
 

Detailed Description

The FRotationRetargetingInfo is used to provide all of the settings required to perform rotational retargeting on a single transform.

Constructor & Destructor Documentation

◆ FRotationRetargetingInfo()

FRotationRetargetingInfo::FRotationRetargetingInfo ( bool  bInEnabled = true)
inline

Default constructor

Member Data Documentation

◆ bClamp

bool FRotationRetargetingInfo::bClamp

◆ bEnabled

bool FRotationRetargetingInfo::bEnabled

◆ bFlipEasing

bool FRotationRetargetingInfo::bFlipEasing

◆ bUseAbsoluteAngle

bool FRotationRetargetingInfo::bUseAbsoluteAngle

◆ CustomCurve

FRuntimeFloatCurve FRotationRetargetingInfo::CustomCurve

Custom curve mapping to apply if bApplyCustomCurve is true

◆ EasingType

EEasingFuncType FRotationRetargetingInfo::EasingType

◆ EasingWeight

float FRotationRetargetingInfo::EasingWeight

◆ RotationComponent

ERotationComponent FRotationRetargetingInfo::RotationComponent

◆ Source

FTransform FRotationRetargetingInfo::Source

◆ SourceMaximum

float FRotationRetargetingInfo::SourceMaximum

◆ SourceMinimum

float FRotationRetargetingInfo::SourceMinimum

◆ Target

FTransform FRotationRetargetingInfo::Target

◆ TargetMaximum

float FRotationRetargetingInfo::TargetMaximum

◆ TargetMinimum

float FRotationRetargetingInfo::TargetMinimum

◆ TwistAxis

FVector FRotationRetargetingInfo::TwistAxis

The documentation for this struct was generated from the following file: