Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph
This interface exposes timeline playing behavior.
| Name | ITimelinePlayer |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitInterfaces/ITimelinePlayer.h |
| Include Path | #include "TraitInterfaces/ITimelinePlayer.h" |
Syntax
struct ITimelinePlayer : public UE::UAF::ITraitInterface
Derived Classes
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InterfaceUID | UE::UAF::FTraitInterfaceUID | Globally unique UID for this interface | TraitInterfaces/ITimelinePlayer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AdvanceBy
(
FExecutionContext& Context, |
Advances time by the provided delta time (positive or negative) on this timeline player. | TraitInterfaces/ITimelinePlayer.h |
Overridden from ITraitInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FText & GetDisplayName() |
Human readable interface names, in long and short format. | TraitInterfaces/ITimelinePlayer.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/ITimelinePlayer.h | |
virtual UE::UAF::FTraitInterfaceUID GetInterfaceUID() |
TraitInterfaces/ITimelinePlayer.h |