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 FTimelineLinearColorTrack
Remarks
Struct that contains one entry for each linear color interpolation performed by the timeline
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnTimelineLinearColor | InterpFunc | Function that the output from ValueCurve will be passed to | |
| FOnTimelineLinearColorStatic | InterpFuncStatic | Static version of FOnTimelineFloat, for use with non-UObjects | |
| TObjectPtr< class UCurveLinearColor > | LinearColorCurve | Float curve to be evaluated | |
| FStructProperty * | LinearColorProperty | Cached linear color struct property pointer | |
| FName | LinearColorPropertyName | Name of property that we should update from this curve | |
| FName | TrackName | Name of track, usually set in Timeline Editor. Used by SetInterpLinearColorCurve function. |
Constructors
| Type | Name | Description | |
|---|---|---|---|