Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UTimelineComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddInterpLinearColor
(
UCurveLinearColor* LinearColorCurve, |
Components/TimelineComponent.h |
|
|
void AddInterpLinearColor
(
UCurveLinearColor* LinearColorCurve, |
Add a linear color interpolation to the timeline | Components/TimelineComponent.h |
|
AddInterpLinearColor(UCurveLinearColor *, FOnTimelineLinearColorStatic)
| Name | AddInterpLinearColor |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/TimelineComponent.h |
| Include Path | #include "Components/TimelineComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Timeline.cpp |
UFUNCTION (BlueprintCallable, Category="Components|Timeline")
void AddInterpLinearColor
(
UCurveLinearColor * LinearColorCurve,
FOnTimelineLinearColorStatic InterpFunc
)
AddInterpLinearColor(UCurveLinearColor *, FOnTimelineLinearColor, FName, FName)
Description
Add a linear color interpolation to the timeline
| Name | AddInterpLinearColor |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/TimelineComponent.h |
| Include Path | #include "Components/TimelineComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Timeline.cpp |
UFUNCTION (BlueprintCallable, Category="Components|Timeline")
void AddInterpLinearColor
(
UCurveLinearColor * LinearColorCurve,
FOnTimelineLinearColor InterpFunc,
FName PropertyName,
FName TrackName
)