FAnimSyncMarker

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h

Include

#include "Animation/AnimTypes.h"

Syntax

struct FAnimSyncMarker

Variables

Name Description

Public variable

FGuid

 

Guid

Public variable

FName

 

MarkerName

The name of this marker.

Public variable

float

 

Time

Time in seconds of this marker.

Public variable

int32

 

TrackIndex

The editor track this marker sits on.

Constructors

Name Description

Public function

FAnimSyncMarker()

Functions

Name Description

Public function

bool

 

Serialize

(
    FArchive& Ar
)

Operators

Name Description

Public function Const

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss