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
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTTTrackBase() |
Engine/TimelineTemplate.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FTTTrackBase() |
Engine/TimelineTemplate.h |
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
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TrackName | FName | Name of this track | Engine/TimelineTemplate.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetTrackName() |
Engine/TimelineTemplate.h | ||
virtual void SetTrackName
(
FName NewTrackName, |
Engine/TimelineTemplate.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FTTTrackBase& T2 |
Determine if Tracks are the same | Engine/TimelineTemplate.h |