Navigation
API > API/Plugins > API/Plugins/IKRig
Parameters for running the retargeter to generate a new pose.
| Name | FRetargetRunParameters |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetProcessor.h |
| Include Path | #include "Retargeter/IKRetargetProcessor.h" |
Syntax
struct FRetargetRunParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoundCurveValues | TMap< FName, float > * | A map of curve names to float values for any curves bound to an override | Retargeter/IKRetargetProcessor.h | |
| DeltaTime | float | Time since last tick in seconds (passed to ops) | Retargeter/IKRetargetProcessor.h | |
| LOD | int32 | The current LOD level for the skeletal mesh | Retargeter/IKRetargetProcessor.h | |
| OverrideSetsToApply | TArrayView< const FName > | An array of override set names stored on the asset to apply | Retargeter/IKRetargetProcessor.h | |
| Profile | const FRetargetProfile * | The retarget profile to use for this update | Retargeter/IKRetargetProcessor.h | |
| SourceGlobalPose | TArray< FTransform > * | The source mesh input pose in Component/Global space | Retargeter/IKRetargetProcessor.h | |
| Variables | FInstancedPropertyBag * | A property bag housing variable values that may be bound to overrides | Retargeter/IKRetargetProcessor.h |