OnAbuseReportReportButtonPressed
: FOvrNotification_AbuseReport_ReportButtonPressed |
The user has tapped the report button in the panel that appears after pressing the Oculus button.
Signature
FOvrNotification_AbuseReport_ReportButtonPressed UOvrPlatformSubsystem::OnAbuseReportReportButtonPressed |
OnApplicationLifecycleLaunchIntentChanged
: FOvrNotification_ApplicationLifecycle_LaunchIntentChanged |
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.
Signature
FOvrNotification_ApplicationLifecycle_LaunchIntentChanged UOvrPlatformSubsystem::OnApplicationLifecycleLaunchIntentChanged |
OnAssetFileDownloadUpdate
: FOvrNotification_AssetFile_DownloadUpdate |
Sent to indicate download progress for asset files.
Signature
FOvrNotification_AssetFile_DownloadUpdate UOvrPlatformSubsystem::OnAssetFileDownloadUpdate |
OnCowatchingApiNotReady
: FOvrNotification_Cowatching_ApiNotReady |
Sent when user is no longer copresent. Cowatching actions should not be performed.
Signature
FOvrNotification_Cowatching_ApiNotReady UOvrPlatformSubsystem::OnCowatchingApiNotReady |
OnCowatchingApiReady
: FOvrNotification_Cowatching_ApiReady |
Sent when user is in copresent and cowatching is ready to go.
Signature
FOvrNotification_Cowatching_ApiReady UOvrPlatformSubsystem::OnCowatchingApiReady |
OnCowatchingInitialized
: FOvrNotification_Cowatching_Initialized |
Sent when cowatching api has been initialized. The api is not yet ready at this stage.
Signature
FOvrNotification_Cowatching_Initialized UOvrPlatformSubsystem::OnCowatchingInitialized |
OnCowatchingInSessionChanged
: FOvrNotification_Cowatching_InSessionChanged |
Sent when the current user joins/leaves the cowatching session.
Signature
FOvrNotification_Cowatching_InSessionChanged UOvrPlatformSubsystem::OnCowatchingInSessionChanged |
OnCowatchingPresenterDataChanged
: FOvrNotification_Cowatching_PresenterDataChanged |
Sent when the presenter updates the presenter data.
Signature
FOvrNotification_Cowatching_PresenterDataChanged UOvrPlatformSubsystem::OnCowatchingPresenterDataChanged |
OnCowatchingSessionStarted
: FOvrNotification_Cowatching_SessionStarted |
Sent when a user has started a cowatching session whose id is reflected in the payload.
Signature
FOvrNotification_Cowatching_SessionStarted UOvrPlatformSubsystem::OnCowatchingSessionStarted |
OnCowatchingSessionStopped
: FOvrNotification_Cowatching_SessionStopped |
Sent when a cowatching session has ended.
Signature
FOvrNotification_Cowatching_SessionStopped UOvrPlatformSubsystem::OnCowatchingSessionStopped |
OnCowatchingViewersDataChanged
: FOvrNotification_Cowatching_ViewersDataChanged |
Sent when a user joins or updates their viewer data.
Signature
FOvrNotification_Cowatching_ViewersDataChanged UOvrPlatformSubsystem::OnCowatchingViewersDataChanged |
OnGroupPresenceInvitationsSent
: FOvrNotification_GroupPresence_InvitationsSent |
Sent when the user is finished using the invite panel to send out invitations. Contains a list of invitees.
Signature
FOvrNotification_GroupPresence_InvitationsSent UOvrPlatformSubsystem::OnGroupPresenceInvitationsSent |
OnGroupPresenceJoinIntentReceived
: FOvrNotification_GroupPresence_JoinIntentReceived |
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.
Signature
FOvrNotification_GroupPresence_JoinIntentReceived UOvrPlatformSubsystem::OnGroupPresenceJoinIntentReceived |
OnGroupPresenceLeaveIntentReceived
: FOvrNotification_GroupPresence_LeaveIntentReceived |
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.
Signature
FOvrNotification_GroupPresence_LeaveIntentReceived UOvrPlatformSubsystem::OnGroupPresenceLeaveIntentReceived |
OnHTTPTransfer
: FOvrNotification_HTTP_Transfer |
Sent to indicate that more data has been read or an error occured.
Signature
FOvrNotification_HTTP_Transfer UOvrPlatformSubsystem::OnHTTPTransfer |
OnLivestreamingStatusChange
: FOvrNotification_Livestreaming_StatusChange |
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.
Signature
FOvrNotification_Livestreaming_StatusChange UOvrPlatformSubsystem::OnLivestreamingStatusChange |
OnNetSyncConnectionStatusChanged
: FOvrNotification_NetSync_ConnectionStatusChanged |
Sent when the status of a connection has changed.
Signature
FOvrNotification_NetSync_ConnectionStatusChanged UOvrPlatformSubsystem::OnNetSyncConnectionStatusChanged |
OnNetSyncSessionsChanged
: FOvrNotification_NetSync_SessionsChanged |
Sent when the list of known connected sessions has changed. Contains the new list of sessions.
Signature
FOvrNotification_NetSync_SessionsChanged UOvrPlatformSubsystem::OnNetSyncSessionsChanged |
OnPartyPartyUpdate
: FOvrNotification_Party_PartyUpdate |
Indicates that party has been updated
Signature
FOvrNotification_Party_PartyUpdate UOvrPlatformSubsystem::OnPartyPartyUpdate |
OnVoipMicrophoneAvailabilityStateUpdate
: FOvrNotification_Voip_MicrophoneAvailabilityStateUpdate |
Indicates that the current microphone availability state has been updated. Use Voip_GetMicrophoneAvailability() to extract the microphone availability state.
Signature
FOvrNotification_Voip_MicrophoneAvailabilityStateUpdate UOvrPlatformSubsystem::OnVoipMicrophoneAvailabilityStateUpdate |
OnVoipSystemVoipState
: FOvrNotification_Voip_SystemVoipState |
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.
Signature
FOvrNotification_Voip_SystemVoipState UOvrPlatformSubsystem::OnVoipSystemVoipState |
OnVrcameraGetDataChannelMessageUpdate
: FOvrNotification_Vrcamera_GetDataChannelMessageUpdate |
Get vr camera related webrtc data channel messages for update.
Signature
FOvrNotification_Vrcamera_GetDataChannelMessageUpdate UOvrPlatformSubsystem::OnVrcameraGetDataChannelMessageUpdate |
OnVrcameraGetSurfaceUpdate
: FOvrNotification_Vrcamera_GetSurfaceUpdate |
Get surface and update action from platform webrtc for update.
Signature
FOvrNotification_Vrcamera_GetSurfaceUpdate UOvrPlatformSubsystem::OnVrcameraGetSurfaceUpdate |
AddRequestDelegate
(
RequestId
, Delegate
)
|
Signature
void UOvrPlatformSubsystem::AddRequestDelegate(ovrRequest RequestId, FOvrPlatformMessageOnComplete &&Delegate) Parameters RequestId: ovrRequestDelegate: FOvrPlatformMessageOnComplete &&Returns void |
Deinitialize
()
|
Signature
virtual void UOvrPlatformSubsystem::Deinitialize() override Returns void |
GetNotifDelegate
(
MessageType
)
|
Signature
FOvrPlatformMulticastMessageOnComplete& UOvrPlatformSubsystem::GetNotifDelegate(ovrMessageType MessageType) Parameters MessageType: ovrMessageTypeReturns FOvrPlatformMulticastMessageOnComplete & |
Initialize
(
Collection
)
|
Signature
virtual void UOvrPlatformSubsystem::Initialize(FSubsystemCollectionBase &Collection) override Parameters Collection: FSubsystemCollectionBase &Returns void |
RemoveNotifDelegate
(
MessageType
, Delegate
)
|
Signature
void UOvrPlatformSubsystem::RemoveNotifDelegate(ovrMessageType MessageType, const FDelegateHandle &Delegate) Parameters MessageType: ovrMessageTypeDelegate: const FDelegateHandle &Returns void |
RemoveRequestDelegate
(
RequestId
)
|
Signature
void UOvrPlatformSubsystem::RemoveRequestDelegate(ovrRequest RequestId) Parameters RequestId: ovrRequestReturns void |
StartMessagePump
()
|
The subsystem waits for your authorization to start processing messages, allowing you to register your callbacks first.
Signature
void UOvrPlatformSubsystem::StartMessagePump() Returns void |