Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph
This interface exposes timeline related information.
| Name | ITimeline |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitInterfaces/ITimeline.h |
| Include Path | #include "TraitInterfaces/ITimeline.h" |
Syntax
struct ITimeline : public UE::UAF::ITraitInterface
Derived Classes
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InterfaceUID | UE::UAF::FTraitInterfaceUID | Globally unique UID for this interface | TraitInterfaces/ITimeline.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FTimelineDelta GetDelta
(
const FExecutionContext& Context, |
Returns the last change in state of this timeline. | TraitInterfaces/ITimeline.h | |
virtual FTimelineState GetState
(
const FExecutionContext& Context, |
Returns the state of this timeline. | TraitInterfaces/ITimeline.h | |
virtual void GetSyncMarkers
(
const FExecutionContext& Context, |
Returns the sync markers of this timeline sorted by time. | TraitInterfaces/ITimeline.h |
Overridden from ITraitInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FText & GetDisplayName() |
Human readable interface names, in long and short format. | TraitInterfaces/ITimeline.h | |
virtual const FText & GetDisplayShortName() |
Human readable interface names, in short format (ideally 3 or 4 letters, due to space restrictions in the editor) | TraitInterfaces/ITimeline.h | |
virtual UE::UAF::FTraitInterfaceUID GetInterfaceUID() |
TraitInterfaces/ITimeline.h |