Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimInertializationRequest.h |
| Include | #include "Animation/AnimInertializationRequest.h" |
Syntax
USTRUCT ()
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. | |
| FString | DescriptionString | Description of the request. | |
| float | Duration | Blend duration of the inertialization request. | |
| int32 | NodeId | Node id from which this request was made. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInertializationRequest
(
const FInertializationRequest& |
|||
FInertializationRequest
(
float InDuration, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | Note: We need to explicitly disable warnings on these constructors/operators for clang to be happy with deprecated variables. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_ENABLE_DEPRECATION_WARNINGS void | Clear () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FInertializationRequest & | operator=
(
const FInertializationRequest& |
||
| FInertializationRequest & |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FText | Description_DEPRECATED |