Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_Inertialization.h |
| Include | #include "Animation/AnimNode_Inertialization.h" |
Syntax
struct FInertializationPoseDiff
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyTo
(
FCompactPose& Pose, |
Apply this difference to a pose, decaying over time as InertializationElapsedTime approaches InertializationDuration | |
| EInertializationSpace | Get the inertialization space for this pose diff (for debug display) | ||
| void | InitFrom
(
const FCompactPose& Pose, |
Initialize the pose difference from the current pose and the two previous snapshots | |
| void | Reset
(
uint32 NumBonesSlack |