API reference

FOvrOrgScopedID Struct

An ID for a FOvrUser which is unique per Developer Center organization. It can be retrieved using 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
MessageHandlePtr: TOvrMessageHandlePtr

Fields

ID : FOvrId
The unique id of the user, 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
MessageHandlePtr: TOvrMessageHandlePtr
Returns
void