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

FOvrChallengePages Struct

This is a paginated array of FOvrChallenges that can be retrieved using the UOvrRequestsBlueprintLibrary::Challenges_GetList() request. The array contains elements of type FOvrChallenge, which represent individual challenges. See more details of Challenges in here.

Fields

This field represents the OVR array handle for methods. It is a mutable ::ovrChallengeArrayHandle 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

This is the default constructor for the struct, which initializes the ::ovrChallengeArrayHandle 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