Navigation
BlueprintAPI > BlueprintAPI/DaySequence
Initialize the procedural sequence and set the TargetActor for this builder.
Target is Procedural Day Sequence Builder
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | In Actor | The target DaySequenceActor that will be animated by the generated sequence. |
| object | Initial Sequence | Optional sequence that this builder can operate on instead of allocating a new sequence. |
| boolean | Clear Initial Sequence | If true, calls ClearKeys(). |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Return Value | The sequence which will be modified when calling SetActiveBoundObject and the Add*Key(s) functions. |