Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'PCap Slate Record' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | PCap Slate Record |
Outputs
| Type | Name | Description |
|---|---|---|
| string | Slate | String to provide Name of Slate. |
| string | Note | Note on slate. This will be passed to the Mocap Recorder when using the Mocap Manager panel. |
| enum | Status | Status of Slate, defined by the status enum. |
| struct | Session UID | UID of the session this Slate is used in. |
| struct | UID | GUID of the production record struct |
| boolean | Is Archived | Bool to control if a record should be considered archived so the UI can hide it from view. |