Navigation
API > API/Plugins > API/Plugins/AnimNextAnimGraph
This interface exposes timeline playing behavior.
| Name | ITimelinePlayer |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AnimNextAnimGraph/Source/AnimNextAnimGraph/Public/TraitInterfaces/ITimelinePlayer.h |
| Include Path | #include "TraitInterfaces/ITimelinePlayer.h" |
Syntax
struct ITimelinePlayer : public UE::AnimNext::ITraitInterface
Derived Classes
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InterfaceUID | UE::AnimNext::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::AnimNext::FTraitInterfaceUID GetInterfaceUID() |
TraitInterfaces/ITimelinePlayer.h |