API reference
API reference
Select your platform
No SDKs available
No versions available

OvrPlatform_Cowatching_SetPresenterData Function

Set the data that drives a cowatching session. This method is only callable by the presenter. The video title cannot exceed 100 characters, and the data size is limited to 500 characters. The data will be eventually consistent across all users.

Signature

void OVRPLATFORM_API OvrPlatform_Cowatching_SetPresenterData(UGameInstance *GameInstance, FString VideoTitle, FString PresenterData, OvrPlatform_Cowatching_SetPresenterData_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
VideoTitle: FString
PresenterData: FString
Delegate: OvrPlatform_Cowatching_SetPresenterData_Delegate &&

Returns

void OVRPLATFORM_API