FOvrLeaderboard
()
|
This is the default constructor for the struct, which initializes the ::ovrLeaderboardHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrLeaderboard::FOvrLeaderboard() |
FOvrLeaderboard
(
OvrHandle
, MessageHandlePtr
)
|
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrLeaderboard::FOvrLeaderboard(ovrLeaderboardHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrLeaderboardHandleMessageHandlePtr: TOvrMessageHandlePtr |
ApiName
: FString |
The API name of this leaderboard. This is a unique string that your application will refer to this leaderboard in your app code.
Signature
FString FOvrLeaderboard::ApiName |
Destination
: FOvrDestination |
An optional deep link FOvrDestination, which means when a user clicks on the leaderboard, they will be taken to this in-app destination.
Signature
FOvrDestination FOvrLeaderboard::Destination |
ID
: FOvrId |
The generated GUID of this leaderboard.
Signature
FOvrId FOvrLeaderboard::ID |
Clear
()
|
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrLeaderboard::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 FOvrLeaderboard::Update(ovrLeaderboardHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrLeaderboardHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |