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: ovrOrgScopedIDHandleMessageHandlePtr: TOvrMessageHandlePtr |
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 |
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: ovrOrgScopedIDHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |