Navigation
API > API/Plugins > API/Plugins/ConcertTakeRecorder > API/Plugins/ConcertTakeRecorder/UMultiUserTakesFunctionLibrary
References
| Module | ConcertTakeRecorder |
| Header | /Engine/Plugins/VirtualProduction/MultiUserTakes/Source/ConcertTakeRecorder/Public/MultiUserTakesFunctionLibrary.h |
| Include | #include "MultiUserTakesFunctionLibrary.h" |
| Source | /Engine/Plugins/VirtualProduction/MultiUserTakes/Source/ConcertTakeRecorder/Private/MultiUserTakesFunctionLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Multi User Takes")
static bool GetRecordOnClient
(
const FGuid & ClientEndpointId
)
Remarks
Gets the checkbox value in the "Record On Client" column in the settings displayed at the bottom of the "Take Recorder" tab. This function queries the state of any connected client. For the local client, you can also use GetRecordOnClientLocal.
Parameters
| Name | Description |
|---|---|
| ClientEndpointId | ID of the client. You can get this by using e.g.UMultiUserSubsystem::GetRemoteClientIds or UMultiUserSubsystem::GetLocalClientId. |