Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Movie Scene Marked Frame' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Frame Number | |
| string | Label | |
| boolean | Is Determinism Fence? | When checked, treat this mark as a fence for evaluation purposes. Fences cannot be crossed in a single evaluation, and force the evaluation to be split into 2 separate parts. |
| boolean | Inclusive? | Defines how this determinism fence determines the previous and next range: when true, the range will be dissected as (X, Y] -> (Y, Z], when false it will be (X, Y) -> [Y, Z]. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Movie Scene Marked Frame |