FOvrDestination
()
|
This is the default constructor for the struct, which initializes the ::ovrDestinationHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrDestination::FOvrDestination() |
FOvrDestination
(
OvrHandle
, MessageHandlePtr
)
|
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrDestination::FOvrDestination(ovrDestinationHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrDestinationHandleMessageHandlePtr: TOvrMessageHandlePtr |
ApiName
: FString |
You can pass it into FOvrGroupPresenceOptions::DestinationApiName when calling UOvrRequestsBlueprintLibrary::GroupPresence_Set() to set this user's group presence.
Signature
FString FOvrDestination::ApiName |
DeeplinkMessage
: FString |
The information that will be in field FOvrLaunchDetails::DeeplinkMessage when a user enters via a deeplink. Alternatively will be in field FOvrUser::PresenceDeeplinkMessage if the rich presence is set for the user.
Signature
FString FOvrDestination::DeeplinkMessage |
DisplayName
: FString |
A displayable string of the destination name and it can be retrieved with field FOvrDestination::DisplayName.
Signature
FString FOvrDestination::DisplayName |
ShareableUri
: FString |
A URI that allows the user to deeplink directly to this destination
Signature
FString FOvrDestination::ShareableUri |
Clear
()
|
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrDestination::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 FOvrDestination::Update(ovrDestinationHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrDestinationHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |