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

FOvrCowatchViewer Struct

Cowatch viewer represents a viewer in a cowatching session, including their user ID and any data that they have set. The cowatch viewer data can be retrieved using UOvrRequestsBlueprintLibrary::Cowatching_GetViewersData(). It can be useful for tracking the participants in a cowatching session and managing their data.

Constructors

FOvrCowatchViewer ()
This is the default constructor for the struct, which initializes the ::ovrCowatchViewerHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrCowatchViewer::FOvrCowatchViewer()
FOvrCowatchViewer ( OvrHandle , MessageHandlePtr )
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrCowatchViewer::FOvrCowatchViewer(ovrCowatchViewerHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
OvrHandle: ovrCowatchViewerHandle
MessageHandlePtr: TOvrMessageHandlePtr

Fields

Data : FString
Represents the viewer data set by this cowatching viewer. It's an optional string and can be set by UOvrRequestsBlueprintLibrary::Cowatching_SetViewerData().
Signature
FString FOvrCowatchViewer::Data
Id : FOvrId
A unique user ID of the viewer.
Signature
FOvrId FOvrCowatchViewer::Id

Member Functions

Clear ()
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrCowatchViewer::Clear()
Returns
void
Update ( OvrHandle , MessageHandlePtr )
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
void FOvrCowatchViewer::Update(ovrCowatchViewerHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
OvrHandle: ovrCowatchViewerHandle
MessageHandlePtr: TOvrMessageHandlePtr
Returns
void