Verse using statement |
using { /Fortnite.com/Abilities } |
Inheritance Hierarchy
This class is derived from the following hierarchy, starting with timeline_element:
| Name | Description |
|---|---|
timeline_element |
Abstract definition of any element that can be added to a timeline.See timeline_element_point and timeline_element_span. |
timeline_element_span |
A timeline element that spans a range of time. |
Members
This class has both data members and functions.
Data
| Data Member Name | Type | Description |
|---|---|---|
BeginTime |
?float |
|
BeginTime |
?float |
The time this span begins. Defaults to 0.0.Must be <> NaN and <= EndTime in order for it to be updated or queriedMay be +/- Inf |
EndTime |
?float |
|
EndTime |
?float |
The time this span ends. Defaults to Inf.Must be <> NaN and >= BeginTime in order for it to be updated or queriedMay be +/- Inf. |
Functions
| Function Name | Description |
|---|---|
SetRange |
Called to modify the timeline's range by assigning its begin and end times. |