Navigation
API > API/Plugins > API/Plugins/TakeRecorder > API/Plugins/TakeRecorder/ITakeRecorderTabContent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetupForRecording
(
ULevelSequence* LevelSequenceAsset |
Replaces the tab content with a new STakeRecorderPanel configured for recording, using the provided level sequence as the base sequence. | ITakeRecorderTabContent.h | |
void SetupForRecording
(
UTakePreset* BasePreset |
Replaces the tab content with a new STakeRecorderPanel configured for recording, using the provided take preset as the starting configuration. | ITakeRecorderTabContent.h |
SetupForRecording(ULevelSequence *)
Description
Replaces the tab content with a new STakeRecorderPanel configured for recording, using the provided level sequence as the base sequence.
| Name | SetupForRecording |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorder/Public/ITakeRecorderTabContent.h |
| Include Path | #include "ITakeRecorderTabContent.h" |
void SetupForRecording
(
ULevelSequence * LevelSequenceAsset
)
SetupForRecording(UTakePreset *)
Description
Replaces the tab content with a new STakeRecorderPanel configured for recording, using the provided take preset as the starting configuration. Pass nullptr to use the default recording setup.
| Name | SetupForRecording |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorder/Public/ITakeRecorderTabContent.h |
| Include Path | #include "ITakeRecorderTabContent.h" |
void SetupForRecording
(
UTakePreset * BasePreset
)