Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
FTTTrackBase |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Engine/TimelineTemplate.h |
| Include Path |
#include "Engine/TimelineTemplate.h" |
Syntax
USTRUCT ()
struct FTTTrackBase
Derived Classes
Constructors
Destructors
Enums
Public
| Name |
Remarks |
| ETrackType |
Enum to indicate whether this is an event track, a float interp track or a vector interp track |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bIsCurveViewSynchronized |
bool |
Whether or not this track has its curve's view synchronized with the other curve views. |
Engine/TimelineTemplate.h |
|
| bIsExpanded |
bool |
Whether or not this track is expanded in the UI. |
Engine/TimelineTemplate.h |
|
| bIsExternalCurve |
bool |
Flag to identify internal/external curve |
Engine/TimelineTemplate.h |
|
Protected
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Engine/TimelineTemplate.h |
|
|
|
Engine/TimelineTemplate.h |
|
Operators
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Determine if Tracks are the same |
Engine/TimelineTemplate.h |
|