Navigation
API > API/Runtime > API/Runtime/Engine
Keyframe position data for one track. Pos(i) occurs at Time(i). Pos.Num() always equals Time.Num().
| Name | FAnimNotifyTrack |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h |
| Include Path | #include "Animation/AnimTypes.h" |
Syntax
USTRUCT ()
struct FAnimNotifyTrack
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Animation/AnimTypes.h | |||
FAnimNotifyTrack
(
FName InTrackName, |
Animation/AnimTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Notifies | TArray< FAnimNotifyEvent * > | Animation/AnimTypes.h | ||
| SyncMarkers | TArray< FAnimSyncMarker * > | Animation/AnimTypes.h | ||
| TrackColor | FLinearColor | Animation/AnimTypes.h | ||
| TrackName | FName | Animation/AnimTypes.h |