FOvrManagedInfo
()
|
This is the default constructor for the struct, which initializes the ::ovrManagedInfoHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrManagedInfo::FOvrManagedInfo() |
FOvrManagedInfo
(
OvrHandle
, MessageHandlePtr
)
|
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrManagedInfo::FOvrManagedInfo(ovrManagedInfoHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrManagedInfoHandleMessageHandlePtr: TOvrMessageHandlePtr |
Department
: FString |
A string represents the department name in the organization to which the user belongs to.
Signature
FString FOvrManagedInfo::Department |
Email
: FString |
The email address of the account user which owns the MMA, i.e., Meta Managed Account.
Signature
FString FOvrManagedInfo::Email |
EmployeeNumber
: FString |
A string represents the employee number of the person who owns MMA, i.e., Meta Managed Account.
Signature
FString FOvrManagedInfo::EmployeeNumber |
ExternalId
: FString |
A string which can be used to uniquely identify the user of the MMA, i.e., Meta Managed Account.
Signature
FString FOvrManagedInfo::ExternalId |
Location
: FString |
A string contains the information about the location of the user.
Signature
FString FOvrManagedInfo::Location |
Manager
: FString |
A string contains the information about the manager of the user.
Signature
FString FOvrManagedInfo::Manager |
Name
: FString |
A string contrains the information about the user's name.
Signature
FString FOvrManagedInfo::Name |
OrganizationId
: FString |
A string which can be used to uniquely identify the organization which owns the MMA, i.e., Meta Managed Account.
Signature
FString FOvrManagedInfo::OrganizationId |
OrganizationName
: FString |
The name of the organization to which the MMA(i.e., Meta Managed Account) account user belongs to.
Signature
FString FOvrManagedInfo::OrganizationName |
Position
: FString |
A string contains the position information of the user.
Signature
FString FOvrManagedInfo::Position |
Clear
()
|
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrManagedInfo::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 FOvrManagedInfo::Update(ovrManagedInfoHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrManagedInfoHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |