![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TimelineTemplate.h>
Inheritance diagram for FTTEventTrack:Public Member Functions | |
| ENGINE_API bool | operator== (const FTTEventTrack &T2) const |
| FName | GetFunctionName () const |
| virtual ENGINE_API void | SetTrackName (FName NewTrackName, UTimelineTemplate *OwningTimeline) override final |
| FTTEventTrack () | |
Public Member Functions inherited from FTTTrackBase | |
| ENGINE_API bool | operator== (const FTTTrackBase &T2) const |
| FTTTrackBase () | |
| virtual | ~FTTTrackBase ()=default |
| FName | GetTrackName () const |
Public Attributes | |
| TObjectPtr< class UCurveFloat > | CurveKeys |
Public Attributes inherited from FTTTrackBase | |
| bool | bIsExternalCurve |
Additional Inherited Members | |
Public Types inherited from FTTTrackBase | |
| enum | ETrackType { TT_Event , TT_FloatInterp , TT_VectorInterp , TT_LinearColorInterp } |
Structure storing information about one event track
|
inline |
|
inline |
| bool FTTEventTrack::operator== | ( | const FTTEventTrack & | T2 | ) | const |
Determine if Tracks are the same
|
finaloverridevirtual |
Reimplemented from FTTTrackBase.
| TObjectPtr<class UCurveFloat> FTTEventTrack::CurveKeys |
Curve object used to store keys