![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TimelineTemplate.h>
Inheritance diagram for FTTPropertyTrack:Public Member Functions | |
| FName | GetPropertyName () const |
| virtual ENGINE_API void | SetTrackName (FName NewTrackName, UTimelineTemplate *OwningTimeline) override final |
Public Member Functions inherited from FTTTrackBase | |
| ENGINE_API bool | operator== (const FTTTrackBase &T2) const |
| FTTTrackBase () | |
| virtual | ~FTTTrackBase ()=default |
| FName | GetTrackName () const |
Additional Inherited Members | |
Public Types inherited from FTTTrackBase | |
| enum | ETrackType { TT_Event , TT_FloatInterp , TT_VectorInterp , TT_LinearColorInterp } |
Public Attributes inherited from FTTTrackBase | |
| bool | bIsExternalCurve |
|
inline |
|
finaloverridevirtual |
Reimplemented from FTTTrackBase.