Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FAnimSyncMarker |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h |
| Include Path | #include "Animation/AnimTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FAnimSyncMarker
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimSyncMarker() |
Animation/AnimTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Guid | FGuid | Animation/AnimTypes.h | ||
| MarkerName | FName | The name of this marker. | Animation/AnimTypes.h |
|
| Time | float | Time in seconds of this marker. | Animation/AnimTypes.h |
|
| TrackIndex | int32 | The editor track this marker sits on. | Animation/AnimTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Serialize
(
FArchive& Ar |
Animation/AnimTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FAnimSyncMarker& Other |
Animation/AnimTypes.h |