Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine
Inheritance Hierarchy
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/TimelineTemplate.h |
Include | #include "Engine/TimelineTemplate.h" |
Syntax
USTRUCT ()
struct FTTTrackBase
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | bIsCurveViewSynchronized | Whether or not this track has its curve's view synchronized with the other curve views. |
![]() ![]() |
bool | bIsExpanded | Whether or not this track is expanded in the UI. |
![]() ![]() |
bool | bIsExternalCurve | Flag to identify internal/external curve |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FTTTrackBase () |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FName | GetTrackName () |
|
![]() ![]() |
void | SetTrackName
(
FName NewTrackName, |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator==
(
const FTTTrackBase& T2 |
Determine if Tracks are the same |
Enums
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
ETrackType | Enum to indicate whether this is an event track, a float interp track or a vector interp track |