Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/AnimData
Inheritance Hierarchy
- FEmptyPayload
- FSequenceLengthChangedPayload
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/AnimDataNotifications.h |
| Include | #include "Animation/AnimData/AnimDataNotifications.h" |
Syntax
USTRUCT (BlueprintType )
struct FSequenceLengthChangedPayload : public FEmptyPayload
Variables
| Type | Name | Description | |
|---|---|---|---|
| FFrameNumber | Frame0 | Frame number at which the change in frames has been made | |
| FFrameNumber | Frame1 | Amount of frames which is inserted or removed starting at Frame0 | |
| PRAGMA_ENABLE_DEPRECATION_WARNINGS float | PreviousLength | Previous playable length for the Model | |
| FFrameNumber | PreviousNumberOfFrames | Previous playable number of frames for the Model | |
| float | T0 | Time at which the change in length has been made | |
| float | T1 | Length of time which is inserted or removed starting at T0 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | |||
Operators
| Type | Name | Description | |
|---|---|---|---|
| FSequenceLengthChangedPayload & | operator=
(
const FSequenceLengthChangedPayload& |
||
| FSequenceLengthChangedPayload & |