FOvrLinkedAccount
()
|
This is the default constructor for the struct, which initializes the ::ovrLinkedAccountHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrLinkedAccount::FOvrLinkedAccount() |
FOvrLinkedAccount
(
OvrHandle
, MessageHandlePtr
)
|
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrLinkedAccount::FOvrLinkedAccount(ovrLinkedAccountHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrLinkedAccountHandleMessageHandlePtr: TOvrMessageHandlePtr |
AccessToken
: FString |
Access token of the linked account. This token is used to authenticate the user on the service provider's platform and grant access to their data or services.
Signature
FString FOvrLinkedAccount::AccessToken |
ServiceProvider
: EOvrServiceProvider |
Service provider with which the linked account is associated. There are several possible service providers that can be found in EOvrServiceProvider.
Signature
EOvrServiceProvider FOvrLinkedAccount::ServiceProvider |
UserId
: FString |
A unique identifier represents the user ID of the linked account. It can be retrieved using field FOvrUser::ID
Signature
FString FOvrLinkedAccount::UserId |
Clear
()
|
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrLinkedAccount::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 FOvrLinkedAccount::Update(ovrLinkedAccountHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrLinkedAccountHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |