FTTTrackBase

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/TimelineTemplate.h

Include

#include "Engine/TimelineTemplate.h"

Syntax

struct FTTTrackBase

Variables

Name Description

Public variable

bool

 

bIsCurveViewSynchronized

Whether or not this track has its curve's view synchronized with the other curve views.

Public variable

bool

 

bIsExpanded

Whether or not this track is expanded in the UI.

Public variable

bool

 

bIsExternalCurve

Flag to identify internal/external curve

Constructors

Name Description

Public function

FTTTrackBase()

Destructors

Name Description

Public function Virtual

~FTTTrackBase()

Functions

Name Description

Public function Const

FName

 

GetTrackName()

Public function Virtual

void

 

SetTrackName

(
    FName NewTrackName,
    UTimelineTemplate* OwningTimel...
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FTTTrackBase& T2
)

Determine if Tracks are the same

Enums

Name

Description

Public enum

ETrackType

Enum to indicate whether this is an event track, a float interp track or a vector interp track

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss