![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TimelineTemplate.h>
Inheritance diagram for FTTVectorTrack:Public Member Functions | |
| ENGINE_API bool | operator== (const FTTVectorTrack &T2) const |
| FTTVectorTrack () | |
Public Member Functions inherited from FTTPropertyTrack | |
| 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 |
Public Attributes | |
| TObjectPtr< class UCurveVector > | CurveVector |
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 vector interpolation track
|
inline |
| bool FTTVectorTrack::operator== | ( | const FTTVectorTrack & | T2 | ) | const |
Determine if Tracks are the same
| TObjectPtr<class UCurveVector> FTTVectorTrack::CurveVector |
Curve object used to define vector value over time