API reference

FOvrPid Struct

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
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