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

FOvrPid Struct

The pid refers to "Process ID," which is a unique identifier assigned to each process running in a system. This identifier plays a crucial role in managing and tracking processes. See more info about Platform Solutions here.

Constructors

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

Fields

Id : FString
Unique identifier assigned to each process running in a system, used for tracking and managing purposes.
Signature
FString FOvrPid::Id

Member Functions

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