Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'PCap Take Record' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | PCap Take Record |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Flag | Temporary Flag. Transient, so will not be saved. |
| softobject | Recorded Take | The level sequence recorded. |
| real | Take Duration Seconds | Seconds Duration. |
| struct | Framerate | Recorded Framerate. |
| struct | Take Duration Timecode | HHMMSSFF Duration. |
| struct | Start Timecode | Start Timecode. |
| struct | End Timecode | End Timecode. |
| transform | Mocap Stage Root Transform | Transform of the stage root when this recording was made. |
| enum | Take Status | Status of Take - Thumbs Up, Thumbs Down or None. |
| integer | Rating | 5-Star Rating. |
| boolean | Contains Live Link Sources | Does this recording LiveLinkSource tracks. |
| boolean | Live Link Plotted | Has this take been processed for plotting |
| boolean | Externally Replaced | Has the animation recorded for this take been replaced with an external asset import.This option will be positive if you use the import and upgrade workflowbringing fbx recordings from your motion capture software in andreplacing the live recording. |
| struct | Session UID | GUID for the session used during the recording of this take. |
| 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. |