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
USTRUCT ()
struct FTimelineEventEntry
Remarks
Struct that contains one entry for an 'event' during the timeline
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnTimelineEvent | EventFunc | Function to execute when Time is reached | |
| float | Time | Time at which event should fire |
Constructors
| Type | Name | Description | |
|---|---|---|---|