BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'TakeRecorderProjectParameters' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Take Recorder Project Parameters |
Outputs
Type | Name | Description |
---|---|---|
struct | Root Take Save Dir | The root of the directory in which to save recorded takes. |
string | Take Save Dir | The name of the directory in which to save recorded takes. Supports any of the following format specifiers that will be substituted when a take is recorded:{day} - The day of the timestamp for the start of the recording.{month} - The month of the timestamp for the start of the recording.{year} - The year of the timestamp for the start of the recording.{hour} - The hour of the timestamp for the start of the recording.{minute} - The minute of the timestamp for the start of the recording.{second} - The second of the timestamp for the start of the recording.{take} - The take number.{slate} - The slate string. |
string | Default Slate | The default name to use for the Slate information |
enum | Recording Clock Source | The clock source to use when recording |
boolean | Start At Current Timecode | If enabled, track sections will start at the current timecode. Otherwise, 0. |
boolean | Record Timecode | If enabled, timecode will be recorded into each actor track |
boolean | Record Sources Into Sub Sequences | If enabled, each Source will be recorded into a separate Sequence and embedded in the Root Sequence will link to them via Subscenes track.If disabled, all Sources will be recorded into the Root Sequence, and you will not be able to swap between various takes of specific sourceusing the Sequencer Take ui. This can still be done via copying and pasting between sequences if needed. |
boolean | Record To Possessable | If enabled, all recorded actors will be recorded to possessable object bindings in Sequencer. If disabled, all recorded actors will be recorded to spawnable object bindings in Sequencer. This can be overridden per actor source. |
boolean | Show Notifications | Whether to show notification windows or not when recording |