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