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

FOvrOrgScopedID Struct

An ID for a FOvrUser which is unique per Developer Center organization. This ID allows different apps within the same org to be able to identify the user. You can retrieve this ID by using UOvrRequestsBlueprintLibrary::User_GetOrgScopedID().

Constructors

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

Fields

ID : FOvrId
The unique id of the FOvrUser in each organization, allowing different apps within the same Developer Center organization to have a consistent id for the same user.
Signature
FOvrId FOvrOrgScopedID::ID

Member Functions

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