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

OVRPlatformCppPageRequests.h File

Functions

bool OvrPlatform_AchievementDefinitionPages_GetPageEntries
( const FOvrAchievementDefinitionPages & AchievementDefinitionPages,
TArray< FOvrAchievementDefinition > & Current )
bool OvrPlatform_AchievementDefinitionPages_HasNextPage
( const FOvrAchievementDefinitionPages & AchievementDefinitionPages )
DECLARE_DELEGATE_ThreeParams
( OvrPlatform_AchievementDefinitionPage_Delegate ,
bool ,
FString )
bool OvrPlatform_AchievementDefinitionPages_FetchNextPage
( UGameInstance * GameInstance,
const FOvrAchievementDefinitionPages & AchievementDefinitionPages,
OvrPlatform_AchievementDefinitionPage_Delegate && Delegate )
bool OvrPlatform_AchievementProgressPages_GetPageEntries
( const FOvrAchievementProgressPages & AchievementProgressPages,
TArray< FOvrAchievementProgress > & Current )
bool OvrPlatform_AchievementProgressPages_HasNextPage
( const FOvrAchievementProgressPages & AchievementProgressPages )
DECLARE_DELEGATE_ThreeParams
( OvrPlatform_AchievementProgressPage_Delegate ,
bool ,
FString )
bool OvrPlatform_AchievementProgressPages_FetchNextPage
( UGameInstance * GameInstance,
const FOvrAchievementProgressPages & AchievementProgressPages,
OvrPlatform_AchievementProgressPage_Delegate && Delegate )
bool OvrPlatform_ApplicationInvitePages_GetPageEntries
( const FOvrApplicationInvitePages & ApplicationInvitePages,
TArray< FOvrApplicationInvite > & Current )
bool OvrPlatform_ApplicationInvitePages_HasNextPage
( const FOvrApplicationInvitePages & ApplicationInvitePages )
DECLARE_DELEGATE_ThreeParams
( OvrPlatform_ApplicationInvitePage_Delegate ,
bool ,
FString )
bool OvrPlatform_ApplicationInvitePages_FetchNextPage
( UGameInstance * GameInstance,
const FOvrApplicationInvitePages & ApplicationInvitePages,
OvrPlatform_ApplicationInvitePage_Delegate && Delegate )
bool OvrPlatform_BlockedUserPages_GetPageEntries
( const FOvrBlockedUserPages & BlockedUserPages,
TArray< FOvrBlockedUser > & Current )
bool OvrPlatform_BlockedUserPages_HasNextPage
( const FOvrBlockedUserPages & BlockedUserPages )
DECLARE_DELEGATE_ThreeParams
( OvrPlatform_BlockedUserPage_Delegate ,
bool ,
FString )
bool OvrPlatform_BlockedUserPages_FetchNextPage
( UGameInstance * GameInstance,
const FOvrBlockedUserPages & BlockedUserPages,
OvrPlatform_BlockedUserPage_Delegate && Delegate )
bool OvrPlatform_ChallengePages_GetPageEntries
( const FOvrChallengePages & ChallengePages,
TArray< FOvrChallenge > & Current )
bool OvrPlatform_ChallengePages_HasNextPage
( const FOvrChallengePages & ChallengePages )
bool OvrPlatform_ChallengePages_HasPreviousPage
( const FOvrChallengePages & ChallengePages )
DECLARE_DELEGATE_ThreeParams
( OvrPlatform_ChallengePage_Delegate ,
bool ,
FString )
bool OvrPlatform_ChallengePages_FetchNextPage
( UGameInstance * GameInstance,
const FOvrChallengePages & ChallengePages,
OvrPlatform_ChallengePage_Delegate && Delegate )
bool OvrPlatform_ChallengePages_FetchPreviousPage
( UGameInstance * GameInstance,
const FOvrChallengePages & ChallengePages,
OvrPlatform_ChallengePage_Delegate && Delegate )
bool OvrPlatform_ChallengeEntryPages_GetPageEntries
( const FOvrChallengeEntryPages & ChallengeEntryPages,
TArray< FOvrChallengeEntry > & Current )
bool OvrPlatform_ChallengeEntryPages_HasNextPage
( const FOvrChallengeEntryPages & ChallengeEntryPages )
bool OvrPlatform_ChallengeEntryPages_HasPreviousPage
( const FOvrChallengeEntryPages & ChallengeEntryPages )
DECLARE_DELEGATE_ThreeParams
( OvrPlatform_ChallengeEntryPage_Delegate ,
bool ,
FString )
bool OvrPlatform_ChallengeEntryPages_FetchNextPage
( UGameInstance * GameInstance,
const FOvrChallengeEntryPages & ChallengeEntryPages,
OvrPlatform_ChallengeEntryPage_Delegate && Delegate )
bool OvrPlatform_ChallengeEntryPages_FetchPreviousPage
( UGameInstance * GameInstance,
const FOvrChallengeEntryPages & ChallengeEntryPages,
OvrPlatform_ChallengeEntryPage_Delegate && Delegate )
bool OvrPlatform_CowatchViewerPages_GetPageEntries
( const FOvrCowatchViewerPages & CowatchViewerPages,
TArray< FOvrCowatchViewer > & Current )
bool OvrPlatform_CowatchViewerPages_HasNextPage
( const FOvrCowatchViewerPages & CowatchViewerPages )
DECLARE_DELEGATE_ThreeParams
( OvrPlatform_CowatchViewerPage_Delegate ,
bool ,
FString )
bool OvrPlatform_CowatchViewerPages_FetchNextPage
( UGameInstance * GameInstance,
const FOvrCowatchViewerPages & CowatchViewerPages,
OvrPlatform_CowatchViewerPage_Delegate && Delegate )
bool OvrPlatform_DestinationPages_GetPageEntries
( const FOvrDestinationPages & DestinationPages,
TArray< FOvrDestination > & Current )
bool OvrPlatform_DestinationPages_HasNextPage
( const FOvrDestinationPages & DestinationPages )
DECLARE_DELEGATE_ThreeParams
( OvrPlatform_DestinationPage_Delegate ,
bool ,
FString )
bool OvrPlatform_DestinationPages_FetchNextPage
( UGameInstance * GameInstance,
const FOvrDestinationPages & DestinationPages,
OvrPlatform_DestinationPage_Delegate && Delegate )
bool OvrPlatform_LeaderboardPages_GetPageEntries
( const FOvrLeaderboardPages & LeaderboardPages,
TArray< FOvrLeaderboard > & Current )
bool OvrPlatform_LeaderboardPages_HasNextPage
( const FOvrLeaderboardPages & LeaderboardPages )
DECLARE_DELEGATE_ThreeParams
( OvrPlatform_LeaderboardPage_Delegate ,
bool ,
FString )
bool OvrPlatform_LeaderboardPages_FetchNextPage
( UGameInstance * GameInstance,
const FOvrLeaderboardPages & LeaderboardPages,
OvrPlatform_LeaderboardPage_Delegate && Delegate )
bool OvrPlatform_LeaderboardEntryPages_GetPageEntries
( const FOvrLeaderboardEntryPages & LeaderboardEntryPages,
TArray< FOvrLeaderboardEntry > & Current )
bool OvrPlatform_LeaderboardEntryPages_HasNextPage
( const FOvrLeaderboardEntryPages & LeaderboardEntryPages )
bool OvrPlatform_LeaderboardEntryPages_HasPreviousPage
( const FOvrLeaderboardEntryPages & LeaderboardEntryPages )
DECLARE_DELEGATE_ThreeParams
( OvrPlatform_LeaderboardEntryPage_Delegate ,
bool ,
FString )
bool OvrPlatform_LeaderboardEntryPages_FetchNextPage
( UGameInstance * GameInstance,
const FOvrLeaderboardEntryPages & LeaderboardEntryPages,
OvrPlatform_LeaderboardEntryPage_Delegate && Delegate )
bool OvrPlatform_LeaderboardEntryPages_FetchPreviousPage
( UGameInstance * GameInstance,
const FOvrLeaderboardEntryPages & LeaderboardEntryPages,
OvrPlatform_LeaderboardEntryPage_Delegate && Delegate )
bool OvrPlatform_ProductPages_GetPageEntries
( const FOvrProductPages & ProductPages,
TArray< FOvrProduct > & Current )
bool OvrPlatform_ProductPages_HasNextPage
( const FOvrProductPages & ProductPages )
DECLARE_DELEGATE_ThreeParams
( OvrPlatform_ProductPage_Delegate ,
bool ,
FString )
bool OvrPlatform_ProductPages_FetchNextPage
( UGameInstance * GameInstance,
const FOvrProductPages & ProductPages,
OvrPlatform_ProductPage_Delegate && Delegate )
bool OvrPlatform_PurchasePages_GetPageEntries
( const FOvrPurchasePages & PurchasePages,
TArray< FOvrPurchase > & Current )
bool OvrPlatform_PurchasePages_HasNextPage
( const FOvrPurchasePages & PurchasePages )
DECLARE_DELEGATE_ThreeParams
( OvrPlatform_PurchasePage_Delegate ,
bool ,
FString )
bool OvrPlatform_PurchasePages_FetchNextPage
( UGameInstance * GameInstance,
const FOvrPurchasePages & PurchasePages,
OvrPlatform_PurchasePage_Delegate && Delegate )
bool OvrPlatform_UserPages_GetPageEntries
( const FOvrUserPages & UserPages,
TArray< FOvrUser > & Current )
bool OvrPlatform_UserPages_HasNextPage
( const FOvrUserPages & UserPages )
DECLARE_DELEGATE_ThreeParams
( OvrPlatform_UserPage_Delegate ,
bool ,
FString )
bool OvrPlatform_UserPages_FetchNextPage
( UGameInstance * GameInstance,
const FOvrUserPages & UserPages,
OvrPlatform_UserPage_Delegate && Delegate )
bool OvrPlatform_UserCapabilityPages_GetPageEntries
( const FOvrUserCapabilityPages & UserCapabilityPages,
TArray< FOvrUserCapability > & Current )
bool OvrPlatform_UserCapabilityPages_HasNextPage
( const FOvrUserCapabilityPages & UserCapabilityPages )
DECLARE_DELEGATE_ThreeParams
( OvrPlatform_UserCapabilityPage_Delegate ,
bool ,
FString )
bool OvrPlatform_UserCapabilityPages_FetchNextPage
( UGameInstance * GameInstance,
const FOvrUserCapabilityPages & UserCapabilityPages,
OvrPlatform_UserCapabilityPage_Delegate && Delegate )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon