Navigation
API > API/Plugins > API/Plugins/ConcertTakeRecorder > API/Plugins/ConcertTakeRecorder/UMultiUserTakesFunctionLibrary
Description
Sets the checkbox value in the "Record On Client" column in the settings displayed at the bottom of the "Take Recorder" tab. This is an utility for setting the local client's value; SetRecordOnClient can also be used.
| Name | SetRecordOnClientLocal |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/MultiUserTakes/Source/ConcertTakeRecorder/Public/MultiUserTakesFunctionLibrary.h |
| Include Path | #include "MultiUserTakesFunctionLibrary.h" |
| Source | /Engine/Plugins/VirtualProduction/MultiUserTakes/Source/ConcertTakeRecorder/Private/MultiUserTakesFunctionLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Multi User Takes")
static void SetRecordOnClientLocal
(
bool bNewValue
)