Navigation
API > API/Runtime > API/Runtime/Engine
Struct that contains one entry for each vector interpolation performed by the timeline
| Name | FTimelineFloatTrack |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/TimelineComponent.h |
| Include Path | #include "Components/TimelineComponent.h" |
Syntax
USTRUCT ()
struct FTimelineFloatTrack
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTimelineFloatTrack() |
Components/TimelineComponent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FloatCurve | TObjectPtr< class UCurveFloat > | Float curve to be evaluated | Components/TimelineComponent.h | |
| FloatProperty | FFloatProperty * | Cached float property pointer | Components/TimelineComponent.h | |
| FloatPropertyName | FName | Name of property that we should update from this curve | Components/TimelineComponent.h | |
| InterpFunc | FOnTimelineFloat | Function that the output from ValueCurve will be passed to | Components/TimelineComponent.h | |
| InterpFuncStatic | FOnTimelineFloatStatic | Static version of FOnTimelineFloat, for use with non-UObjects | Components/TimelineComponent.h | |
| TrackName | FName | Name of track, usually set in Timeline Editor. Used by SetInterpFloatCurve function. | Components/TimelineComponent.h |