FOvrHttpTransferUpdate Struct
Represents an update to an HTTP transfer, which is a process of transferring data over the internet using the HTTP protocol. It provides a way for developers to monitor the progress of an HTTP transfer and can be retrieved using FOvrNotification_HTTP_Transfer.
TArray< uint8 > Bytes[Get]
An array of bytes that represents the data being transferred.
It's a unique identifier for the HTTP transfer. It is used to track the progress of the transfer and can be retrieved using field FOvrMessage::RequestID.
This field is a boolean value that indicates whether the HTTP transfer has been completed or not.
FOvrHttpTransferUpdate ( )
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Setting all values to their defaults, effectively clearing the struct.
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.