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

FOvrGroupPresenceJoinIntent Struct

Constructors

FOvrGroupPresenceJoinIntent ()
Signature
FOvrGroupPresenceJoinIntent::FOvrGroupPresenceJoinIntent()
FOvrGroupPresenceJoinIntent ( OvrHandle , MessageHandlePtr )
Signature
FOvrGroupPresenceJoinIntent::FOvrGroupPresenceJoinIntent(ovrGroupPresenceJoinIntentHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters

Fields

DeeplinkMessage : FString
An opaque string provided by the developer to help them deeplink to content.
Signature
FString FOvrGroupPresenceJoinIntent::DeeplinkMessage
DestinationApiName : FString
If populated, the destination the current user wants to go to
Signature
FString FOvrGroupPresenceJoinIntent::DestinationApiName
LobbySessionId : FString
If populated, the lobby session the current user wants to go to
Signature
FString FOvrGroupPresenceJoinIntent::LobbySessionId
MatchSessionId : FString
If populated, the match session the current user wants to go to
Signature
FString FOvrGroupPresenceJoinIntent::MatchSessionId

Member Functions

Clear ()
Signature
void FOvrGroupPresenceJoinIntent::Clear()
Returns
void
Update ( OvrHandle , MessageHandlePtr )
Signature
void FOvrGroupPresenceJoinIntent::Update(ovrGroupPresenceJoinIntentHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
Returns
void