Navigation
BlueprintAPI > BlueprintAPI/MultiUserTakes
Sets 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 SetRecordOnClientLocal.
Target is Multi User Takes Function Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Client Endpoint Id | ID of the client. You can get this by using e.g.UMultiUserSubsystem::GetRemoteClientIds or UMultiUserSubsystem::GetLocalClientId. |
| boolean | New Value | The new value to set |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |