Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/CachedAnimData.h |
| Include | #include "Animation/CachedAnimData.h" |
Syntax
USTRUCT (BlueprintType )
struct FCachedAnimTransitionData
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | FromStateName | Name of From State to Cache | |
| FName | StateMachineName | Name of StateMachine State is in | |
| FName | ToStateName | Name of To State to Cache |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetCrossfadeDuration
(
UAnimInstance& InAnimInstance |