Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph
| Name | FTimelineSyncMarker |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitInterfaces/ITimeline.h |
| Include Path | #include "TraitInterfaces/ITimeline.h" |
Syntax
struct FTimelineSyncMarker
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default construct empty. | TraitInterfaces/ITimeline.h | ||
FTimelineSyncMarker
(
FName InName, |
Construct with a specific sync marker name and position. | TraitInterfaces/ITimeline.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FName | The sync marker name. | TraitInterfaces/ITimeline.h | |
| Position | float | The sync marker position. | TraitInterfaces/ITimeline.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetName() |
Returns the sync marker name. | TraitInterfaces/ITimeline.h | |
float GetPosition() |
Returns the sync marker position (in seconds) on the timeline between [0.0, TimelineDuration]. | TraitInterfaces/ITimeline.h |