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 FInertializationRequest
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UObject > | AnimInstance | Anim instance from which this request was made. | |
| EAlphaBlendOption | BlendMode | Blend mode to use. | |
| TObjectPtr< const UBlendProfile > | BlendProfile | Blend profile to control per-joint blend times. | |
| bool | bUseBlendMode | If to use the provided blend mode. | |
| TObjectPtr< UCurveFloat > | CustomBlendCurve | Custom blend curve to use when use of the blend mode is active. | |
| FText | Description | Description of the request - used for debugging. | |
| float | Duration | Blend duration of the inertialization request. | |
| int32 | NodeId | Node id from which this request was made. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInertializationRequest
(
float InDuration, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Clear () |