Represents a paginated list of FOvrPurchase elements. It allows you to easily access and manipulate the elements in the paginated list, such as the size of the list and if there is a next page of elements available.
Fields
ovrPurchaseArrayHandle PagedArrayHandle[Get, Set]
This field represents the OVR array handle for methods. It is a mutable ::ovrPurchaseArrayHandle type, which is used to store the handle to the paged array.
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.
Member Functions
FOvrPurchasePages ( )
This is the default constructor for the struct, which initializes the ::ovrPurchaseArrayHandle and TOvrMessageHandlePtr to their default values.