#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "Components/ActorComponent.h"
#include "TimelineComponent.generated.h"
Go to the source code of this file.
◆ ETimelineLengthMode
Whether or not the timeline should be finished after the specified length, or the last keyframe in the tracks
| Enumerator |
|---|
| TL_TimelineLength | |
| TL_LastKeyFrame | |
◆ DECLARE_DELEGATE()
Static version of delegate to handle a timeline 'event'
◆ DECLARE_DELEGATE_OneParam() [1/3]
Static version of timeline delegate for a float track
◆ DECLARE_DELEGATE_OneParam() [2/3]
Static version of timeline delegate for a linear color track
◆ DECLARE_DELEGATE_OneParam() [3/3]
Static version of timeline delegate for a vector track
◆ DECLARE_DYNAMIC_DELEGATE()
Signature of function to handle a timeline 'event'
◆ DECLARE_DYNAMIC_DELEGATE_OneParam() [1/3]
Signature of function to handle timeline float track
◆ DECLARE_DYNAMIC_DELEGATE_OneParam() [2/3]
Signature of function to handle linear color track
◆ DECLARE_DYNAMIC_DELEGATE_OneParam() [3/3]
Signature of function to handle timeline vector track