UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FTTVectorTrack Struct Reference

#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 UCurveVectorCurveVector
 
- 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 }
 

Detailed Description

Structure storing information about one vector interpolation track

Constructor & Destructor Documentation

◆ FTTVectorTrack()

FTTVectorTrack::FTTVectorTrack ( )
inline

Member Function Documentation

◆ operator==()

bool FTTVectorTrack::operator== ( const FTTVectorTrack T2) const

Determine if Tracks are the same

Member Data Documentation

◆ CurveVector

TObjectPtr<class UCurveVector> FTTVectorTrack::CurveVector

Curve object used to define vector value over time


The documentation for this struct was generated from the following files: