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

FOvrSendInvitesResult Struct

The result of sending an invite to a user or list of users shows invites were sent successfully through the resulting array. This is the model returned in a successful response to the UOvrRequestsBlueprintLibrary::GroupPresence_SendInvites() api.

Constructors

FOvrSendInvitesResult ()
This is the default constructor for the struct, which initializes the ::ovrSendInvitesResultHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrSendInvitesResult::FOvrSendInvitesResult()
FOvrSendInvitesResult ( OvrHandle , MessageHandlePtr )
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrSendInvitesResult::FOvrSendInvitesResult(ovrSendInvitesResultHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
OvrHandle: ovrSendInvitesResultHandle
MessageHandlePtr: TOvrMessageHandlePtr

Fields

The list of invites that was sent through UOvrRequestsBlueprintLibrary::GroupPresence_SendInvites(). This invite list can comprise of friends and recently met users.
Signature
FOvrApplicationInvitePages FOvrSendInvitesResult::Invites

Member Functions

Clear ()
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrSendInvitesResult::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 FOvrSendInvitesResult::Update(ovrSendInvitesResultHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
OvrHandle: ovrSendInvitesResultHandle
MessageHandlePtr: TOvrMessageHandlePtr
Returns
void