Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h |
Include | #include "Animation/AnimTypes.h" |
Syntax
struct FAnimSyncMarker
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FGuid | Guid | |
![]() |
FName | MarkerName | The name of this marker. |
![]() |
float | Time | Time in seconds of this marker. |
![]() |
int32 | TrackIndex | The editor track this marker sits on. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator<
(
const FAnimSyncMarker& Other |
This can be used with the Sort() function on a TArray of FAnimSyncMarker to sort the notifies array by time, earliest first. |
![]() ![]() |
bool | operator==
(
const FAnimSyncMarker& Other |