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
struct FTimelineFloatTrack
Remarks
Struct that contains one entry for each vector interpolation performed by the timeline
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< class UCurveFloat > | FloatCurve | Float curve to be evaluated | |
| FFloatProperty * | FloatProperty | Cached float property pointer | |
| FName | FloatPropertyName | Name of property that we should update from this curve | |
| FOnTimelineFloat | InterpFunc | Function that the output from ValueCurve will be passed to | |
| FOnTimelineFloatStatic | InterpFuncStatic | Static version of FOnTimelineFloat, for use with non-UObjects | |
| FName | TrackName | Name of track, usually set in Timeline Editor. Used by SetInterpFloatCurve function. |
Constructors
| Type | Name | Description | |
|---|---|---|---|