Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/TimelineComponent.h |
| Include | #include "Components/TimelineComponent.h" |
Syntax
USTRUCT ()
struct FTimelineVectorTrack
Remarks
Struct that contains one entry for each vector interpolation performed by the timeline
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnTimelineVector | InterpFunc | Function that the output from ValueCurve will be passed to | |
| FOnTimelineVectorStatic | InterpFuncStatic | Static version of FOnTimelineVector, for use with non-UObjects | |
| FName | TrackName | Name of track, usually set in Timeline Editor. Used by SetInterpVectorCurve function. | |
| TObjectPtr< class UCurveVector > | VectorCurve | Vector curve to be evaluated | |
| FStructProperty * | VectorProperty | Cached vector struct property pointer | |
| FName | VectorPropertyName | Name of property that we should update from this curve |
Constructors
| Type | Name | Description | |
|---|---|---|---|