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

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 UOvrPlatformSubsystem::OnHTTPTransfer().

Fields

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.

Member Functions

This is the default constructor for the struct, which initializes the ovrHttpTransferUpdateHandle and TOvrMessageHandlePtr to their default values.
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.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon