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

FOvrGroupPresenceLeaveIntent Struct

Constructors

FOvrGroupPresenceLeaveIntent ()
Signature
FOvrGroupPresenceLeaveIntent::FOvrGroupPresenceLeaveIntent()
FOvrGroupPresenceLeaveIntent ( OvrHandle , MessageHandlePtr )
Signature
FOvrGroupPresenceLeaveIntent::FOvrGroupPresenceLeaveIntent(ovrGroupPresenceLeaveIntentHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters

Fields

DestinationApiName : FString
If populated, the destination the current user wants to leave
Signature
FString FOvrGroupPresenceLeaveIntent::DestinationApiName
LobbySessionId : FString
If populated, the lobby session the current user wants to leave
Signature
FString FOvrGroupPresenceLeaveIntent::LobbySessionId
MatchSessionId : FString
If populated, the match session the current user wants to leave
Signature
FString FOvrGroupPresenceLeaveIntent::MatchSessionId

Member Functions

Clear ()
Signature
void FOvrGroupPresenceLeaveIntent::Clear()
Returns
void
Update ( OvrHandle , MessageHandlePtr )
Signature
void FOvrGroupPresenceLeaveIntent::Update(ovrGroupPresenceLeaveIntentHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
Returns
void