Navigation
API > API/Plugins > API/Plugins/TakeRecorder
Structure housing all configurable parameters for a take recorder instance
| Name | FTakeRecorderParameters |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorder/Public/Recorder/TakeRecorderParameters.h |
| Include Path | #include "Recorder/TakeRecorderParameters.h" |
Syntax
USTRUCT (BlueprintType )
struct FTakeRecorderParameters
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTakeRecorderParameters() |
Recorder/TakeRecorderParameters.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDisableRecordingAndSave | bool | Option to disable recording and saving of data. | Recorder/TakeRecorderParameters.h |
|
| bOpenSequencer | bool | If sequencer should open when starting a recording. | Recorder/TakeRecorderParameters.h |
|
| Project | FTakeRecorderProjectParameters | Recorder/TakeRecorderParameters.h |
|
|
| StartFrame | FFrameNumber | Recorder/TakeRecorderParameters.h |
|
|
| TakeRecorderMode | ETakeRecorderMode | Recorder/TakeRecorderParameters.h |
|
|
| User | FTakeRecorderUserParameters | Recorder/TakeRecorderParameters.h |
|