Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph
Timeline Delta
Encapsulates the delta state of a timeline, i.e. the changes that occured during the last AdvanceBy call.
| Name | FTimelineDelta |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitInterfaces/ITimeline.h |
| Include Path | #include "TraitInterfaces/ITimeline.h" |
Syntax
struct FTimelineDelta
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default construct with no delta. | TraitInterfaces/ITimeline.h | ||
FTimelineDelta
(
float InDeltaTime, |
Construct with a specific delta. | TraitInterfaces/ITimeline.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AdvanceType | ETypeAdvanceAnim | The result of the last advance. | TraitInterfaces/ITimeline.h | |
| DeltaTime | float | Delta time in seconds when last advanced. | TraitInterfaces/ITimeline.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ETypeAdvanceAnim GetAdvanceType() |
Returns the result of the last advance. | TraitInterfaces/ITimeline.h | |
float GetDeltaTime() |
Returns the delta time in seconds when last advanced. | TraitInterfaces/ITimeline.h |