Navigation
API > API/Plugins > API/Plugins/VirtualCamera > API/Plugins/VirtualCamera/UMultiUserTakesVCamFunctionLibra-
Description
Sets the value of the "SynchronizeTakeRecorderTransactions" checkbox in the settings displayed at the bottom of the "Take Recorder" tab.
Only the value of the local client can be set. Setting of remote clients is not implemented (no technical reason - there just never was a use-case).
| Name | SetSynchronizeTakeRecorderTransactionsLocal |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/VirtualCamera/Source/VirtualCamera/Public/FunctionLibraries/MultiUserTakesVCamFunctionLibrary.h |
| Include Path | #include "FunctionLibraries/MultiUserTakesVCamFunctionLibrary.h" |
| Source | /Engine/Plugins/VirtualProduction/VirtualCamera/Source/VirtualCamera/Private/FunctionLibraries/MultiUserTakesVCamFunctionLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="VirtualCamera | Multi User Takes")
static void SetSynchronizeTakeRecorderTransactionsLocal
(
bool bNewValue
)