Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimBlueprintGeneratedClass.h |
| Include | #include "Animation/AnimBlueprintGeneratedClass.h" |
Syntax
struct FAnimationFrameSnapshot
Remarks
This structure represents debugging information for a frame snapshot.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< uint8 > | SerializedData | The snapshot of data saved from the animation. | |
| double | TimeStamp | The time stamp for when this snapshot was taken (relative to the life timer of the object being recorded) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CopyToInstance
(
UAnimInstance* Instance |
||
| void | InitializeFromInstance
(
UAnimInstance* Instance |