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
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Guid |
FGuid |
|
Animation/AnimTypes.h |
|
| MarkerName |
FName |
The name of this marker. |
Animation/AnimTypes.h |
- BlueprintReadOnly
- Category=Animation
|
| Time |
float |
Time in seconds of this marker. |
Animation/AnimTypes.h |
- BlueprintReadOnly
- Category=Animation
|
| TrackIndex |
int32 |
The editor track this marker sits on. |
Animation/AnimTypes.h |
|
Functions
Public
Operators