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

UOvrPageRequestsBlueprintLibrary Class

Extends UBlueprintFunctionLibrary
UOvrPageRequestsBlueprintLibrary provides a set of functions for fetching pages of data from a paged array that can be used to interact with the Oculus platform.These functions include methods for handling achievements, application invites, blocking, challenges, cowatching, destinations, leaderboards, IAP, and user information. See more info about Platform Solution here.

Static Member Functions

Fetches a page from an FOvrAchievementDefinitionPages paged array.
Parameters
AchievementDefinitionPages
AchievementDefinitionArray
bHasNextPage
- if more pages are available after this one.
WorldContextObject
- the world context
InExecs
- an array of input pins that will be executed as a result of this request.
OutExecs
- an array of output pins that will be executed as a result of this request.
LatentInfo
- information about the latent action that will be performed as a result of this request.
ErrorMsg
- error message if the request failed, which contains failure reason, it is empty if the request succeeded.
Fetches a page from an FOvrAchievementProgressPages paged array.
Parameters
AchievementProgressPages
AchievementProgressArray
bHasNextPage
- if more pages are available after this one.
WorldContextObject
- the world context
InExecs
- an array of input pins that will be executed as a result of this request.
OutExecs
- an array of output pins that will be executed as a result of this request.
LatentInfo
- information about the latent action that will be performed as a result of this request.
ErrorMsg
- error message if the request failed, which contains failure reason, it is empty if the request succeeded.
Fetches a page from an FOvrApplicationInvitePages paged array.
Parameters
ApplicationInvitePages
ApplicationInviteArray
- an array of FOvrApplicationInvite
bHasNextPage
- if more pages are available after this one.
WorldContextObject
- the world context
InExecs
- an array of input pins that will be executed as a result of this request.
OutExecs
- an array of output pins that will be executed as a result of this request.
LatentInfo
- information about the latent action that will be performed as a result of this request.
ErrorMsg
- error message if the request failed, which contains failure reason, it is empty if the request succeeded.
Fetches a page from an FOvrBlockedUserPages paged array.
Parameters
BlockedUserPages
BlockedUserArray
- an array of FOvrBlockedUser
bHasNextPage
- if more pages are available after this one.
WorldContextObject
- the world context
InExecs
- an array of input pins that will be executed as a result of this request.
OutExecs
- an array of output pins that will be executed as a result of this request.
LatentInfo
- information about the latent action that will be performed as a result of this request.
ErrorMsg
- error message if the request failed, which contains failure reason, it is empty if the request succeeded.
Fetches a page from a bidirectional FOvrChallengePages paged array.
Parameters
ChallengePages
ChallengeArray
- an array of FOvrChallenge
bHasNextPage
- if more pages are available after this one.
bHasPreviousPage
- if more pages are available before this one.
WorldContextObject
- the world context
InExecs
- an array of input pins that will be executed as a result of this request.
OutExecs
- an array of output pins that will be executed as a result of this request.
LatentInfo
- information about the latent action that will be performed as a result of this request.
ErrorMsg
- error message if the request failed, which contains failure reason, it is empty if the request succeeded.
Fetches a page from a bidirectional FOvrChallengeEntryPages paged array.
Parameters
ChallengeEntryPages
ChallengeEntryArray
- an array of FOvrChallengeEntry
bHasNextPage
- if more pages are available after this one.
bHasPreviousPage
- if more pages are available before this one.
WorldContextObject
- the world context
InExecs
- an array of input pins that will be executed as a result of this request.
OutExecs
- an array of output pins that will be executed as a result of this request.
LatentInfo
- information about the latent action that will be performed as a result of this request.
ErrorMsg
- error message if the request failed, which contains failure reason, it is empty if the request succeeded.
Fetches a page from an FOvrCowatchViewerPages paged array.
Parameters
CowatchViewerPages
CowatchViewerArray
- an array of FOvrCowatchViewer
bHasNextPage
- if more pages are available after this one.
WorldContextObject
- the world context
InExecs
- an array of input pins that will be executed as a result of this request.
OutExecs
- an array of output pins that will be executed as a result of this request.
LatentInfo
- information about the latent action that will be performed as a result of this request.
ErrorMsg
- error message if the request failed, which contains failure reason, it is empty if the request succeeded.
Fetches a page from an FOvrDestinationPages paged array.
Parameters
DestinationPages
DestinationArray
- an array of FOvrDestination
bHasNextPage
- if more pages are available after this one.
WorldContextObject
- the world context
InExecs
- an array of input pins that will be executed as a result of this request.
OutExecs
- an array of output pins that will be executed as a result of this request.
LatentInfo
- information about the latent action that will be performed as a result of this request.
ErrorMsg
- error message if the request failed, which contains failure reason, it is empty if the request succeeded.
Fetches a page from an FOvrLeaderboardPages paged array.
Parameters
LeaderboardPages
LeaderboardArray
- an array of FOvrLeaderboard
bHasNextPage
- if more pages are available after this one.
WorldContextObject
- the world context
InExecs
- an array of input pins that will be executed as a result of this request.
OutExecs
- an array of output pins that will be executed as a result of this request.
LatentInfo
- information about the latent action that will be performed as a result of this request.
ErrorMsg
- error message if the request failed, which contains failure reason, it is empty if the request succeeded.
Fetches a page from a bidirectional FOvrLeaderboardEntryPages paged array.
Parameters
LeaderboardEntryPages
LeaderboardEntryArray
- an array of FOvrLeaderboardEntry
bHasNextPage
- if more pages are available after this one.
bHasPreviousPage
- if more pages are available before this one.
WorldContextObject
- the world context
InExecs
- an array of input pins that will be executed as a result of this request.
OutExecs
- an array of output pins that will be executed as a result of this request.
LatentInfo
- information about the latent action that will be performed as a result of this request.
ErrorMsg
- error message if the request failed, which contains failure reason, it is empty if the request succeeded.
Fetches a page from an FOvrProductPages paged array.
Parameters
ProductPages
ProductArray
- an array of FOvrProduct
bHasNextPage
- if more pages are available after this one.
WorldContextObject
- the world context
InExecs
- an array of input pins that will be executed as a result of this request.
OutExecs
- an array of output pins that will be executed as a result of this request.
LatentInfo
- information about the latent action that will be performed as a result of this request.
ErrorMsg
- error message if the request failed, which contains failure reason, it is empty if the request succeeded.
Fetches a page from an FOvrPurchasePages paged array.
Parameters
PurchasePages
PurchaseArray
- an array of FOvrPurchase
bHasNextPage
- if more pages are available after this one.
WorldContextObject
- the world context
InExecs
- an array of input pins that will be executed as a result of this request.
OutExecs
- an array of output pins that will be executed as a result of this request.
LatentInfo
- information about the latent action that will be performed as a result of this request.
ErrorMsg
- error message if the request failed, which contains failure reason, it is empty if the request succeeded.
Fetches a page from an FOvrUserPages paged array.
Parameters
UserPages
UserArray
- an array of FOvrUser
bHasNextPage
- if more pages are available after this one.
WorldContextObject
- the world context
InExecs
- an array of input pins that will be executed as a result of this request.
OutExecs
- an array of output pins that will be executed as a result of this request.
LatentInfo
- information about the latent action that will be performed as a result of this request.
ErrorMsg
- error message if the request failed, which contains failure reason, it is empty if the request succeeded.
Fetches a page from an FOvrUserCapabilityPages paged array.
Parameters
UserCapabilityPages
UserCapabilityArray
- an array of FOvrUserCapability
bHasNextPage
- if more pages are available after this one.
WorldContextObject
- the world context
InExecs
- an array of input pins that will be executed as a result of this request.
OutExecs
- an array of output pins that will be executed as a result of this request.
LatentInfo
- information about the latent action that will be performed as a result of this request.
ErrorMsg
- error message if the request failed, which contains failure reason, it is empty if the request succeeded.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon