Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Sound Wave Cue Point' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Sound Wave Cue Point |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Cue Point ID | Unique identifier for the wave cue point |
| string | Label | The label for the cue point |
| int64 | Frame Position | The frame position of the cue point |
| int64 | Frame Length | The frame length of the cue point (non-zero if it's a region) |
| boolean | Is Loop Region | intentionally kept private.only USoundFactory should modify this value on import |