Navigation
API > API/Plugins > API/Plugins/TakeRecorder > API/Plugins/TakeRecorder/ITakeRecorderTabContent
Description
Returns whether a recording can be started, delegating to the cockpit widget. Populates ErrorText with a human-readable reason when returning false. Returns false with an appropriate message if no panel or cockpit is available.
| Name | CanStartRecording |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorder/Public/ITakeRecorderTabContent.h |
| Include Path | #include "ITakeRecorderTabContent.h" |
bool CanStartRecording
(
FText & ErrorText
) const