Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'PCap Session Record' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | PCap Session Record |
Outputs
| Type | Name | Description |
|---|---|---|
| name | Session Name | Name for this session |
| struct | Session Date Time | Date and time session record was created. |
| string | Session Notes | Notes for this session record. |
| name | Production Name | Name of Production this Session belongs to. |
| struct | Production UID | GUID of the Production record associated with this session record. |
| string | Session Output Name | The token generated name of the session. |
| string | Session Folder | The content browser path to this session record's data. |
| string | Performer Folder | The content browser path to this session record's performer data. |
| string | Character Folder | The content browser path to this session record's character data. |
| string | Takes Folder | The content browser path to this session record's recorded takes data. |
| string | Prop Folder | The content browser path to this session record's prop data. |
| string | Scene Folder | The content browser path to this session record's scene data. |
| string | Common Folder | The content browser path to this session record's common data. |
| string | Additional Folders | Array of paths to folders of additional data. These folders can be defined in by the Session Template dataasset. |
| softobject | Takes Data Table | Reference to the Takes datatable created for and used by this session record. |
| softobject | Performers | Array of soft-refs to Performers spawned during this session. |
| softobject | Characters | Array of soft-refs to Characters spawned during this session. |
| softobject | Props | Array of soft-refs to Props spawned during this session. |
| softobject | Session Template | Reference to a locked Session Template. This will be generated on session creation. |
| boolean | Is World Partition | Bool to determine if this session record while in a level streaming or world partition level. |
| softobject | Sub Level | Sub-level created for this session, if using a persistent level of the Level streaming type. |
| softobject | Session Data Layer | Datalayer created for this session record, if using a persistent level of the World Partition type. |
| softobject | Session Slate Table | The slates datatable to use in Mocap Recorder for this session. |
| 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. |