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: ovrPidHandleMessageHandlePtr: TOvrMessageHandlePtr |
Id
: FString |
Signature
FString FOvrPid::Id |
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: ovrPidHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |