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

UOvrPlatformSubsystem Class

Extends UGameInstanceSubsystem, FTickableGameObject

Fields

The user has tapped the report button in the panel that appears after pressing the Oculus button.
Sent when a launch intent is received (for both cold and warm starts). The payload is the type of the intent. ApplicationLifecycle_GetLaunchDetails() should be called to get the other details.
Sent to indicate download progress for asset files.
Sent when user is no longer copresent. Cowatching actions should not be performed.
Sent when user is in copresent and cowatching is ready to go.
Sent when the current user joins/leaves the cowatching session.
Sent when cowatching api has been initialized. The api is not yet ready at this stage.
Sent when the presenter updates the presenter data.
Sent when a user has started a cowatching session whose id is reflected in the payload.
Sent when a cowatching session has ended.
Sent when a user joins or updates their viewer data.
Sent when the user is finished using the invite panel to send out invitations. Contains a list of invitees.
Sent when a user has chosen to join the destination/lobby/match. Read all the fields to figure out where the user wants to go and take the appropriate actions to bring them there. If the user is unable to go there, provide adequate messaging to the user on why they cannot go there. These notifications should be responded to immediately.
Sent when the user has chosen to leave the destination/lobby/match from the Oculus menu. Read the specific fields to check the user is currently from the destination/lobby/match and take the appropriate actions to remove them. Update the user's presence clearing the appropriate fields to indicate the user has left.
Sent to indicate that more data has been read or an error occured.
Indicates that the livestreaming session has been updated. You can use this information to throttle your game performance or increase CPU/GPU performance. Use field FOvrMessage::LivestreamingStatus to extract the updated livestreaming status.
Sent when the status of a connection has changed.
Sent when the list of known connected sessions has changed. Contains the new list of sessions.
Indicates that party has been updated
Indicates that the current microphone availability state has been updated. Use Voip_GetMicrophoneAvailability() to extract the microphone availability state.
Sent to indicate that some part of the overall state of SystemVoip has changed. Use field FOvrMessage::SystemVoipState and the properties of FOvrSystemVoipState to extract the state that triggered the notification.Note that the state may have changed further since the notification was generated, and that you may call the GetSystemVoip...() family of functions at any time to get the current state directly.
Get vr camera related webrtc data channel messages for update.
Get surface and update action from platform webrtc for update.

Member Functions

virtual void Initialize
( FSubsystemCollectionBase & Collection )
virtual void Deinitialize ( )
The subsystem waits for your authorization to start processing messages, allowing you to register your callbacks first.
void AddRequestDelegate
( ovrRequest RequestId,
FOvrPlatformMessageOnComplete && Delegate )
void RemoveRequestDelegate
( ovrRequest RequestId )
FOvrPlatformMulticastMessageOnComplete & GetNotifDelegate
( ovrMessageType MessageType )
void RemoveNotifDelegate
( ovrMessageType MessageType,
const FDelegateHandle & Delegate )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon