FOvrUserProof
()
|
This is the default constructor for the struct, which initializes the ovrUserProofHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrUserProof::FOvrUserProof() |
FOvrUserProof
(
OvrHandle
, MessageHandlePtr
)
|
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrUserProof::FOvrUserProof(ovrUserProofHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrUserProofHandleMessageHandlePtr: TOvrMessageHandlePtr |
Nonce
: FString |
A string that is returned from the client that is used to verify the identity of the User. The nonce can be used with the meta account to the https://graph.oculus.com/user_nonce_validate endpoint to verify identity.
Signature
FString FOvrUserProof::Nonce |
Clear
()
|
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrUserProof::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 FOvrUserProof::Update(ovrUserProofHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrUserProofHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |