FOvrApplicationInvite
()
|
This is the default constructor for the struct, which initializes the ::ovrApplicationInviteHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrApplicationInvite::FOvrApplicationInvite() |
FOvrApplicationInvite
(
OvrHandle
, MessageHandlePtr
)
|
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrApplicationInvite::FOvrApplicationInvite(ovrApplicationInviteHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrApplicationInviteHandleMessageHandlePtr: TOvrMessageHandlePtr |
Destination
: FOvrDestination |
The destination to which the recipient is invited.
Signature
FOvrDestination FOvrApplicationInvite::Destination |
ID
: FOvrId |
The ID of the application invite.
Signature
FOvrId FOvrApplicationInvite::ID |
IsActive
: bool |
A boolean value indicating whether the invite is still active or not.
Signature
bool FOvrApplicationInvite::IsActive |
LobbySessionId
: FString |
The lobby session id to which the recipient is invited. You can retrieve this by calling field FOvrUser::PresenceLobbySessionId from the inviter's viewer context.
Signature
FString FOvrApplicationInvite::LobbySessionId |
MatchSessionId
: FString |
The match session id to which the recipient is invited. You can retrieve this by calling field FOvrUser::PresenceMatchSessionId from the inviter's viewer context.
Signature
FString FOvrApplicationInvite::MatchSessionId |
Recipient
: FOvrUser |
The recipient's user information, such as their ID and alias. You can get the ID of an user by calling field FOvrUser::ID.
Signature
FOvrUser FOvrApplicationInvite::Recipient |
Clear
()
|
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrApplicationInvite::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 FOvrApplicationInvite::Update(ovrApplicationInviteHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrApplicationInviteHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |