FOvrDestinationPages
()
|
This is the default constructor for the struct, which initializes the ::ovrDestinationArrayHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrDestinationPages::FOvrDestinationPages() |
FOvrDestinationPages
(
Handle
, MessageHandlePtr
)
|
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrDestinationPages::FOvrDestinationPages(ovrDestinationArrayHandle Handle, TOvrMessageHandlePtr MessageHandlePtr) Parameters Handle: ovrDestinationArrayHandleMessageHandlePtr: TOvrMessageHandlePtr |
PagedArrayHandle
: ovrDestinationArrayHandle |
This field represents the OVR array handle for methods. It is a mutable ::ovrDestinationArrayHandle type, which is used to store the handle to the paged array.
Signature
ovrDestinationArrayHandle FOvrDestinationPages::PagedArrayHandle |
PagedArrayMessageHandlePtr
: TOvrMessageHandlePtr |
This field represents the original ref-counted message to hold onto the array handle. It's used to store a reference to the message that originated the paged array.
Signature
TOvrMessageHandlePtr FOvrDestinationPages::PagedArrayMessageHandlePtr |
Clear
()
|
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrDestinationPages::Clear() Returns void |
Update
(
Handle
, MessageHandlePtr
)
|
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
void FOvrDestinationPages::Update(ovrDestinationArrayHandle Handle, TOvrMessageHandlePtr MessageHandlePtr) Parameters Handle: ovrDestinationArrayHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |