Navigation
API > API/Plugins > API/Plugins/TakeRecorder
Parameters for initializing a new sequence.
| Name | FTakeRecorderSequenceParameters |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorder/Public/Recorder/TakeRecorderParameters.h |
| Include Path | #include "Recorder/TakeRecorderParameters.h" |
Syntax
USTRUCT (Blueprintable)
struct FTakeRecorderSequenceParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BasePreset | TObjectPtr< UTakePreset > | A preset asset to base the recording off | Recorder/TakeRecorderParameters.h |
|
| BaseSequence | TObjectPtr< ULevelSequence > | A level sequence asset to base the recording off | Recorder/TakeRecorderParameters.h |
|
| RecordIntoSequence | TObjectPtr< ULevelSequence > | A level sequence asset to record into | Recorder/TakeRecorderParameters.h |
|
| SequenceToView | TObjectPtr< ULevelSequence > | A sequence that should be shown directly on the take recorder UI | Recorder/TakeRecorderParameters.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
Checks whether we have any valid data present. | Recorder/TakeRecorderParameters.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FTakeRecorderSequenceParameters& Other |
Recorder/TakeRecorderParameters.h | ||
bool operator==
(
const FTakeRecorderSequenceParameters& Other |
Recorder/TakeRecorderParameters.h |