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

FOvrChallengeEntryPages Struct

A paginated array of FOvrChallengeEntry that can be retrieved by UOvrRequestsBlueprintLibrary::Challenges_GetEntries(). It provides information about the size of the array, whether there are more pages available, and the URLs for navigating to the next or previous pages.

Constructors

FOvrChallengeEntryPages ()
This is the default constructor for the struct, which initializes the ::ovrChallengeEntryArrayHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrChallengeEntryPages::FOvrChallengeEntryPages()
FOvrChallengeEntryPages ( Handle , MessageHandlePtr )
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrChallengeEntryPages::FOvrChallengeEntryPages(ovrChallengeEntryArrayHandle Handle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
Handle: ovrChallengeEntryArrayHandle
MessageHandlePtr: TOvrMessageHandlePtr

Fields

PagedArrayHandle : ovrChallengeEntryArrayHandle
This field represents the OVR array handle for methods. It is a mutable ::ovrChallengeEntryArrayHandle type, which is used to store the handle to the paged array.
Signature
ovrChallengeEntryArrayHandle FOvrChallengeEntryPages::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 FOvrChallengeEntryPages::PagedArrayMessageHandlePtr

Member Functions

Clear ()
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrChallengeEntryPages::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 FOvrChallengeEntryPages::Update(ovrChallengeEntryArrayHandle Handle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
Handle: ovrChallengeEntryArrayHandle
MessageHandlePtr: TOvrMessageHandlePtr
Returns
void