IntegrationSettings
Summary
| Members | Descriptions |
|---|---|
class URH_IntegrationSettings | Main settings for the Integration. |
struct FRH_SandboxConfiguration | Settings for Sandbox Configuration. If set, these override the defaults when the SandboxId matches the specified sandbox id. |
class URH_IntegrationSettings
class URH_IntegrationSettings
: public UDeveloperSettings
Main settings for the Integration.
Summary
| Members | Descriptions |
|---|---|
public FString BaseUrl | DEPRECATED - RallyHere BaseURL. Determines the base URL to use when connecting to the RallyHere API. |
public FString ClientId | DEPRECATED - RallyHere Client ID. Determines the available permissions for RallyHere APIs. |
public FString ClientSecret | DEPRECATED - RallyHere Client secret. Must be associated with the defined client ID. |
public FRH_SandboxConfiguration DefaultSandboxConfiguration | RallyHere default sandbox configuration. |
public TArray< FRH_SandboxConfiguration>SandboxConfigurations | Per-Sandbox configuration overrides. These sandboxes are alias names used for a BaseURL, and by default will automatically be looked up based on the OnlineEnvironment from the engine (Development, Certification, etc), but can be overridden via commandline (see SandboxCommandLineKeys) |
public TArray< FRH_SandboxConfiguration>SandboxURLs | Per-Sandbox overrides for BaseUrl. These sandboxes are alias names used for a BaseURL, and by default will automatically be looked up based on the OnlineEnvironment from the engine (Development, Certification, etc), but can be overridden via commandline (see SandboxCommandLineKeys) |
public TArray< FString > BaseURLCommandLineKeys | Keys to check for on the command line for an override to the default BaseURL. |
public TArray< FString > SandboxCommandLineKeys | Keys to check for on the command line for an override to the default Sandbox when using SandboxConfigurations. |
public TArray< FString > DefaultOSSCommandLineKeys | Keys to check for on the command line for an override to the default OSS. |
public TArray< FString > ClientIdCommandLineKeys | Keys to check for on the command line for an override to the default ClientId. |
public TArray< FString > ClientSecretCommandLineKeys | Keys to check for on the command line for an override to the default ClientSecret. |
public FName SandboxOSSName | Online Subsystem to use for selecting the base URL sandbox. If not provided, will use the default OSS. |
public bool bAutoStartSessionsAfterJoin | RallyHere BaseURL. Determines the base URL to use when connecting to the RallyHere API. |
public int32 MaxSimultaneousRequests | Sets the maximum number of Http Requests that can be made simultaneously. 0 = No Limit. |
public FSoftClassPath LocalPlayerLoginSubsystemClass | Extensible LocalPlayerLoginSubsystem class path. |
public FSoftClassPath AdSubsystemClass | Extensible AdSubsystem class path. |
public FSoftClassPath FriendSubsystemClass | Extensible FriendSubsystem class path. |
public FSoftClassPath LocalPlayerSessionSubsystemClass | Extensible LocalPlayerSessionSubsystem class path. |
public FSoftClassPath LocalPlayerPresenceSubsystemClass | Extensible LocalPlayerPresenceSubsystem class path. |
public FSoftClassPath PurgeSubsystemClass | Extensible PurgeSubsystem class path. |
public FSoftClassPath EntitlementSubsystemClass | Extensible EntitlementSubsystem class path. |
public FSoftClassPath GameInstanceSessionInfoSubsystemClass | Extensible GameInstanceSessionInfoSubsystem class path. |
public FSoftClassPath GameInstanceServerBootstrappermClass | Extensible GameInstanceServerBootstrapperm class path. |
public FSoftClassPath GameInstanceClientBootstrapperClass | Extensible GameInstanceClientBootstrapper class path. |
public FSoftClassPath PlayerInfoSubsystemClass | Extensible PlayerInfoSubsystem class path. |
public FSoftClassPath PlayerInfoClass | Extensible PlayerInfo class path. |
public FSoftClassPath CatalogSubsystemClass | Extensible CatalogSubsystem class path. |
public FSoftClassPath ConfigSubsystemClass | Extensible ConfigSubsystem class path. |
public FSoftClassPath SessionBrowserCacheClass | Extensible SessionBrowserCache class path. |
public FSoftClassPath MatchmakingBrowserCacheClass | Extensible MatchmakingBrowserCache class path. |
public bool bLocalPlayerSubsystemSandboxing | Flag to determine if the local player subsystem should use its own subsystems instead of relying on GameInstanceSubsystem shared caches. |
public int32 BeginNewAdSessionPriority | Sets the request priority of Begin New Session calls, lower number is higher priority. |
public int32 FindAdOppertunitiesPriority | Sets the request priority of Find Oppertunities calls, lower number is higher priority. |
public int32 UpdateAdOppertunitiesPriority | Sets the request priority of Update Oppertunities calls, lower number is higher priority. |
public int32 AuthLogoutPriority | Sets the request priority of Logouts calls, lower number is higher priority. |
public int32 AuthLoginPriority | Sets the request priority of Login calls, lower number is higher priority. |
public int32 GetCatalogAllPriority | Sets the request priority of Get Catalog All calls, lower number is higher priority. |
public int32 GetCatalogXpAllPriority | Sets the request priority of Get Catalog Xp All calls, lower number is higher priority. |
public int32 GetCatalogItemPriority | Sets the request priority of Get Catalog Item calls, lower number is higher priority. |
public int32 GetCatalogInventoryBucketUseRuleSetsAllPriority | Sets the request priority of Get Catalog Inventory Bucket Use Rulesets All calls, lower number is higher priority. |
public int32 GetCatalogPricePointsAllPriority | Sets the request priority of Get Catalog Price Points All calls, lower number is higher priority. |
public int32 GetCatalogTimeFramesAllPriority | Sets the request priority of Get Catalog Time Frame All calls, lower number is higher priority. |
public int32 GetCatalogVendorPriority | Sets the request priority of Get Catalog Vendor calls, lower number is higher priority. |
public int32 GetCatalogVendorsAllPriority | Sets the request priority of Get Catalog Vendor All calls, lower number is higher priority. |
public int32 FetchAppSettingsPriority | Sets the request priority of Fetch App Settings calls, lower number is higher priority. |
public int32 ProcessPlatformEntitlementsPriority | Sets the request priority of Process Platform Entitlements calls, lower number is higher priority. |
public int32 RetrievePlatformEntitlementsPriority | Sets the request priority of Retrieve Platform Entitlements calls, lower number is higher priority. |
public int32 FetchFriendListPriority | Sets the request priority of Fetch Friend List calls, lower number is higher priority. |
public int32 FetchFriendPriority | Sets the request priority of Fetch Friend calls, lower number is higher priority. |
public int32 AddFriendPriority | Sets the request priority of Add Friend calls, lower number is higher priority. |
public int32 RemoveFriendPriority | Sets the request priority of Remove Friend calls, lower number is higher priority. |
public int32 AddFriendNotesPriority | Sets the request priority of Add Friend Notes calls, lower number is higher priority. |
public int32 DeleteFriendNotesPriority | Sets the request priority of Delete Friend Notes calls, lower number is higher priority. |
public int32 FetchBlockedListPriority | Sets the request priority of Fetch Blocked List calls, lower number is higher priority. |
public int32 FetchBlockedPlayerPriority | Sets the request priority of Fetch Blocked Player calls, lower number is higher priority. |
public int32 BlockUnblockPlayerPriority | Sets the request priority of Block/Unblock Player calls, lower number is higher priority. |
public int32 InventoryCreateSessionPriority | Sets the request priority of Create Inventory Session calls, lower number is higher priority. |
public int32 InventoryGetSessionPriority | Sets the request priority of Get Inventory Session calls, lower number is higher priority. |
public int32 InventoryGetPriority | Sets the request priority of Get Inventory calls, lower number is higher priority. |
public int32 InventoryCreatePriority | Sets the request priority of Create Inventory calls, lower number is higher priority. |
public int32 InventoryUpdatePriority | Sets the request priority of Update Inventory calls, lower number is higher priority. |
public int32 InventoryCreateOrderPriority | Sets the request priority of Create Inventory Order calls, lower number is higher priority. |
public int32 InventoryGetOrdersPriority | Sets the request priority of Get Inventory Orders calls, lower number is higher priority. |
public int32 NotificationPollSelfPriority | Sets the request priority of Polling Notifications for Self calls, lower number is higher priority. |
public int32 NotificationPollOtherPriority | Sets the request priority of Polling Notifications for Others calls, lower number is higher priority. |
public int32 NotificationCreatePriority | Sets the request priority of Create Notifications calls, lower number is higher priority. |
public int32 PresenceUpdatePriority | Sets the request priority of Updating Presence calls, lower number is higher priority. |
public int32 PresenceGetSelfPriority | Sets the request priority of Get Self Presence calls, lower number is higher priority. |
public int32 PresenceGetOtherPriority | Sets the request priority of Get Other Presence calls, lower number is higher priority. |
public int32 PresenceGetSettingsPriority | Sets the request priority of Get Presence Settings calls, lower number is higher priority. |
public int32 PurgeQueuePriority | Sets the request priority of Queue/Dequeue for Purge calls, lower number is higher priority. |
public int32 PurgeGetStatusPriority | Sets the request priority of Get Purge Status calls, lower number is higher priority. |
public int32 GetAllQueueInfoPriority | Sets the request priority of Get Queue Info calls, lower number is higher priority. |
public int32 GetMatchmakingTemplatePriority | Sets the request priority of Get Matchmaking Template calls, lower number is higher priority. |
public int32 GetMapGameInfoPriority | Sets the request priority of Get Map Game Info calls, lower number is higher priority. |
public int32 RankingGetPriority | Sets the request priority of Get Rank calls, lower number is higher priority. |
public int32 RankingUpdatePriority | Sets the request priority of Update Rank calls, lower number is higher priority. |
public int32 SessionPollPriority | Sets the request priority of Session Polling calls, lower number is higher priority. |
public int32 SessionJoinPriority | Sets the request priority of Session Joining calls, lower number is higher priority. |
public int32 SessionLeavePriority | Sets the request priority of Session Leave calls, lower number is higher priority. |
public int32 SessionInvitePriority | Sets the request priority of Session Invite calls, lower number is higher priority. |
public int32 SessionKickPriority | Sets the request priority of Session Kick calls, lower number is higher priority. |
public int32 SessionLeaderChangePriority | Sets the request priority of Session Leader Change calls, lower number is higher priority. |
public int32 SessionChangeTeamsPriority | Sets the request priority of Session Change Teams calls, lower number is higher priority. |
public int32 SessionLeaveQueuePriority | Sets the request priority of Session Leave Queue calls, lower number is higher priority. |
public int32 SessionRequestInstancePriority | Sets the request priority of Session Request Instance calls, lower number is higher priority. |
public int32 SessionEndInstancePriority | Sets the request priority of Session End Instance calls, lower number is higher priority. |
public int32 SessionStartMatchPriority | Sets the request priority of Session Start Match calls, lower number is higher priority. |
public int32 SessionEndMatchPriority | Sets the request priority of Session End Match calls, lower number is higher priority. |
public int32 SessionUpdateSessionInfoPriority | Sets the request priority of Update Session Info calls, lower number is higher priority. |
public int32 SessionUpdateInstanceInfoPriority | Sets the request priority of Update Instance Info calls, lower number is higher priority. |
public int32 SessionUpdateBrowserInfoPriority | Sets the request priority of Update Browser Info calls, lower number is higher priority. |
public int32 SessionDeleteBrowserInfoPriority | Sets the request priority of Delete Browser Info calls, lower number is higher priority. |
public int32 SessionInstanceMarkFubarPriority | Sets the request priority of Marking an Instane Fubar calls, lower number is higher priority. |
public int32 SessionUpdateWithPlatformSessionPriority | Sets the request priority of Session Update With Platform Session calls, lower number is higher priority. |
public int32 SessionGetTemplatePriority | Sets the request priority of Session Get Template calls, lower number is higher priority. |
public int32 SessionGetByAllocationIdPriority | Sets the request priority of Session By Allocation Id calls, lower number is higher priority. |
public int32 SessionGetBySessionIdPriority | Sets the request priority of Session By Session Id calls, lower number is higher priority. |
public int32 SessionGetByTypePriority | Sets the request priority of Session By Type calls, lower number is higher priority. |
public int32 SessionsGetOtherPriority | Sets the request priority of Get Other Sessions calls, lower number is higher priority. |
public int32 SettingsGetPriority | Sets the request priority of Get Settings calls, lower number is higher priority. |
public int32 SettingsUpdatePriority | Sets the request priority of Update Settings calls, lower number is higher priority. |
public int32 GetSiteSettingsPriority | Sets the request priority of Get Site Settings calls, lower number is higher priority. |
public int32 UsersLookupPlayerPriority | Sets the request priority of Lookup Users calls, lower number is higher priority. |
public int32 UsersGetLinkedPlatformsPriority | Sets the request priority of Get Linked Platforms calls, lower number is higher priority. |
public const FRH_SandboxConfiguration*GetSandboxConfiguration(const FString & SandboxId) const | Helper to get the configuration for a given sandbox by SandboxId. |
Members
public FString BaseUrl
DEPRECATED - RallyHere BaseURL. Determines the base URL to use when connecting to the RallyHere API.
public FString ClientId
DEPRECATED - RallyHere Client ID. Determines the available permissions for RallyHere APIs.
public FString ClientSecret
DEPRECATED - RallyHere Client secret. Must be associated with the defined client ID.
public FRH_SandboxConfiguration DefaultSandboxConfiguration
RallyHere default sandbox configuration.
public TArray< FRH_SandboxConfiguration>SandboxConfigurations
Per-Sandbox configuration overrides. These sandboxes are alias names used for a BaseURL, and by default will automatically be looked up based on the OnlineEnvironment from the engine (Development, Certification, etc), but can be overridden via commandline (see SandboxCommandLineKeys)
public TArray< FRH_SandboxConfiguration>SandboxURLs
Per-Sandbox overrides for BaseUrl. These sandboxes are alias names used for a BaseURL, and by default will automatically be looked up based on the OnlineEnvironment from the engine (Development, Certification, etc), but can be overridden via commandline (see SandboxCommandLineKeys)
public TArray< FString > BaseURLCommandLineKeys
Keys to check for on the command line for an override to the default BaseURL.
public TArray< FString > SandboxCommandLineKeys
Keys to check for on the command line for an override to the default Sandbox when using SandboxConfigurations.
public TArray< FString > DefaultOSSCommandLineKeys
Keys to check for on the command line for an override to the default OSS.
public TArray< FString > ClientIdCommandLineKeys
Keys to check for on the command line for an override to the default ClientId.
public TArray< FString > ClientSecretCommandLineKeys
Keys to check for on the command line for an override to the default ClientSecret.
public FName SandboxOSSName
Online Subsystem to use for selecting the base URL sandbox. If not provided, will use the default OSS.
public bool bAutoStartSessionsAfterJoin
RallyHere BaseURL. Determines the base URL to use when connecting to the RallyHere API.
public int32 MaxSimultaneousRequests
Sets the maximum number of Http Requests that can be made simultaneously. 0 = No Limit.
public FSoftClassPath LocalPlayerLoginSubsystemClass
Extensible LocalPlayerLoginSubsystem class path.
public FSoftClassPath AdSubsystemClass
Extensible AdSubsystem class path.
public FSoftClassPath FriendSubsystemClass
Extensible FriendSubsystem class path.
public FSoftClassPath LocalPlayerSessionSubsystemClass
Extensible LocalPlayerSessionSubsystem class path.
public FSoftClassPath LocalPlayerPresenceSubsystemClass
Extensible LocalPlayerPresenceSubsystem class path.
public FSoftClassPath PurgeSubsystemClass
Extensible PurgeSubsystem class path.
public FSoftClassPath EntitlementSubsystemClass
Extensible EntitlementSubsystem class path.
public FSoftClassPath GameInstanceSessionInfoSubsystemClass
Extensible GameInstanceSessionInfoSubsystem class path.
public FSoftClassPath GameInstanceServerBootstrappermClass
Extensible GameInstanceServerBootstrapperm class path.
public FSoftClassPath GameInstanceClientBootstrapperClass
Extensible GameInstanceClientBootstrapper class path.
public FSoftClassPath PlayerInfoSubsystemClass
Extensible PlayerInfoSubsystem class path.
public FSoftClassPath PlayerInfoClass
Extensible PlayerInfo class path.
public FSoftClassPath CatalogSubsystemClass
Extensible CatalogSubsystem class path.
public FSoftClassPath ConfigSubsystemClass
Extensible ConfigSubsystem class path.
public FSoftClassPath SessionBrowserCacheClass
Extensible SessionBrowserCache class path.
public FSoftClassPath MatchmakingBrowserCacheClass
Extensible MatchmakingBrowserCache class path.
public bool bLocalPlayerSubsystemSandboxing
Flag to determine if the local player subsystem should use its own subsystems instead of relying on GameInstanceSubsystem shared caches.
public int32 BeginNewAdSessionPriority
Sets the request priority of Begin New Session calls, lower number is higher priority.
public int32 FindAdOppertunitiesPriority
Sets the request priority of Find Oppertunities calls, lower number is higher priority.
public int32 UpdateAdOppertunitiesPriority
Sets the request priority of Update Oppertunities calls, lower number is higher priority.
public int32 AuthLogoutPriority
Sets the request priority of Logouts calls, lower number is higher priority.
public int32 AuthLoginPriority
Sets the request priority of Login calls, lower number is higher priority.
public int32 GetCatalogAllPriority
Sets the request priority of Get Catalog All calls, lower number is higher priority.
public int32 GetCatalogXpAllPriority
Sets the request priority of Get Catalog Xp All calls, lower number is higher priority.
public int32 GetCatalogItemPriority
Sets the request priority of Get Catalog Item calls, lower number is higher priority.
public int32 GetCatalogInventoryBucketUseRuleSetsAllPriority
Sets the request priority of Get Catalog Inventory Bucket Use Rulesets All calls, lower number is higher priority.
public int32 GetCatalogPricePointsAllPriority
Sets the request priority of Get Catalog Price Points All calls, lower number is higher priority.
public int32 GetCatalogTimeFramesAllPriority
Sets the request priority of Get Catalog Time Frame All calls, lower number is higher priority.
public int32 GetCatalogVendorPriority
Sets the request priority of Get Catalog Vendor calls, lower number is higher priority.
public int32 GetCatalogVendorsAllPriority
Sets the request priority of Get Catalog Vendor All calls, lower number is higher priority.
public int32 FetchAppSettingsPriority
Sets the request priority of Fetch App Settings calls, lower number is higher priority.
public int32 ProcessPlatformEntitlementsPriority
Sets the request priority of Process Platform Entitlements calls, lower number is higher priority.
public int32 RetrievePlatformEntitlementsPriority
Sets the request priority of Retrieve Platform Entitlements calls, lower number is higher priority.
public int32 FetchFriendListPriority
Sets the request priority of Fetch Friend List calls, lower number is higher priority.
public int32 FetchFriendPriority
Sets the request priority of Fetch Friend calls, lower number is higher priority.
public int32 AddFriendPriority
Sets the request priority of Add Friend calls, lower number is higher priority.
public int32 RemoveFriendPriority
Sets the request priority of Remove Friend calls, lower number is higher priority.
public int32 AddFriendNotesPriority
Sets the request priority of Add Friend Notes calls, lower number is higher priority.
public int32 DeleteFriendNotesPriority
Sets the request priority of Delete Friend Notes calls, lower number is higher priority.
public int32 FetchBlockedListPriority
Sets the request priority of Fetch Blocked List calls, lower number is higher priority.
public int32 FetchBlockedPlayerPriority
Sets the request priority of Fetch Blocked Player calls, lower number is higher priority.
public int32 BlockUnblockPlayerPriority
Sets the request priority of Block/Unblock Player calls, lower number is higher priority.
public int32 InventoryCreateSessionPriority
Sets the request priority of Create Inventory Session calls, lower number is higher priority.
public int32 InventoryGetSessionPriority
Sets the request priority of Get Inventory Session calls, lower number is higher priority.
public int32 InventoryGetPriority
Sets the request priority of Get Inventory calls, lower number is higher priority.
public int32 InventoryCreatePriority
Sets the request priority of Create Inventory calls, lower number is higher priority.
public int32 InventoryUpdatePriority
Sets the request priority of Update Inventory calls, lower number is higher priority.
public int32 InventoryCreateOrderPriority
Sets the request priority of Create Inventory Order calls, lower number is higher priority.
public int32 InventoryGetOrdersPriority
Sets the request priority of Get Inventory Orders calls, lower number is higher priority.
public int32 NotificationPollSelfPriority
Sets the request priority of Polling Notifications for Self calls, lower number is higher priority.
public int32 NotificationPollOtherPriority
Sets the request priority of Polling Notifications for Others calls, lower number is higher priority.
public int32 NotificationCreatePriority
Sets the request priority of Create Notifications calls, lower number is higher priority.
public int32 PresenceUpdatePriority
Sets the request priority of Updating Presence calls, lower number is higher priority.
public int32 PresenceGetSelfPriority
Sets the request priority of Get Self Presence calls, lower number is higher priority.
public int32 PresenceGetOtherPriority
Sets the request priority of Get Other Presence calls, lower number is higher priority.
public int32 PresenceGetSettingsPriority
Sets the request priority of Get Presence Settings calls, lower number is higher priority.
public int32 PurgeQueuePriority
Sets the request priority of Queue/Dequeue for Purge calls, lower number is higher priority.
public int32 PurgeGetStatusPriority
Sets the request priority of Get Purge Status calls, lower number is higher priority.
public int32 GetAllQueueInfoPriority
Sets the request priority of Get Queue Info calls, lower number is higher priority.
public int32 GetMatchmakingTemplatePriority
Sets the request priority of Get Matchmaking Template calls, lower number is higher priority.
public int32 GetMapGameInfoPriority
Sets the request priority of Get Map Game Info calls, lower number is higher priority.
public int32 RankingGetPriority
Sets the request priority of Get Rank calls, lower number is higher priority.
public int32 RankingUpdatePriority
Sets the request priority of Update Rank calls, lower number is higher priority.
public int32 SessionPollPriority
Sets the request priority of Session Polling calls, lower number is higher priority.
public int32 SessionJoinPriority
Sets the request priority of Session Joining calls, lower number is higher priority.
public int32 SessionLeavePriority
Sets the request priority of Session Leave calls, lower number is higher priority.
public int32 SessionInvitePriority
Sets the request priority of Session Invite calls, lower number is higher priority.
public int32 SessionKickPriority
Sets the request priority of Session Kick calls, lower number is higher priority.
public int32 SessionLeaderChangePriority
Sets the request priority of Session Leader Change calls, lower number is higher priority.
public int32 SessionChangeTeamsPriority
Sets the request priority of Session Change Teams calls, lower number is higher priority.
public int32 SessionLeaveQueuePriority
Sets the request priority of Session Leave Queue calls, lower number is higher priority.
public int32 SessionRequestInstancePriority
Sets the request priority of Session Request Instance calls, lower number is higher priority.
public int32 SessionEndInstancePriority
Sets the request priority of Session End Instance calls, lower number is higher priority.
public int32 SessionStartMatchPriority
Sets the request priority of Session Start Match calls, lower number is higher priority.
public int32 SessionEndMatchPriority
Sets the request priority of Session End Match calls, lower number is higher priority.
public int32 SessionUpdateSessionInfoPriority
Sets the request priority of Update Session Info calls, lower number is higher priority.
public int32 SessionUpdateInstanceInfoPriority
Sets the request priority of Update Instance Info calls, lower number is higher priority.
public int32 SessionUpdateBrowserInfoPriority
Sets the request priority of Update Browser Info calls, lower number is higher priority.
public int32 SessionDeleteBrowserInfoPriority
Sets the request priority of Delete Browser Info calls, lower number is higher priority.
public int32 SessionInstanceMarkFubarPriority
Sets the request priority of Marking an Instane Fubar calls, lower number is higher priority.
public int32 SessionUpdateWithPlatformSessionPriority
Sets the request priority of Session Update With Platform Session calls, lower number is higher priority.
public int32 SessionGetTemplatePriority
Sets the request priority of Session Get Template calls, lower number is higher priority.
public int32 SessionGetByAllocationIdPriority
Sets the request priority of Session By Allocation Id calls, lower number is higher priority.
public int32 SessionGetBySessionIdPriority
Sets the request priority of Session By Session Id calls, lower number is higher priority.
public int32 SessionGetByTypePriority
Sets the request priority of Session By Type calls, lower number is higher priority.
public int32 SessionsGetOtherPriority
Sets the request priority of Get Other Sessions calls, lower number is higher priority.
public int32 SettingsGetPriority
Sets the request priority of Get Settings calls, lower number is higher priority.
public int32 SettingsUpdatePriority
Sets the request priority of Update Settings calls, lower number is higher priority.
public int32 GetSiteSettingsPriority
Sets the request priority of Get Site Settings calls, lower number is higher priority.
public int32 UsersLookupPlayerPriority
Sets the request priority of Lookup Users calls, lower number is higher priority.
public int32 UsersGetLinkedPlatformsPriority
Sets the request priority of Get Linked Platforms calls, lower number is higher priority.
public const FRH_SandboxConfiguration*GetSandboxConfiguration(const FString & SandboxId) const
Helper to get the configuration for a given sandbox by SandboxId.
struct FRH_SandboxConfiguration
Settings for Sandbox Configuration. If set, these override the defaults when the SandboxId matches the specified sandbox id.
Summary
| Members | Descriptions |
|---|---|
public FString SandboxId | Sandbox Name, for use with client side sandbox lookups and overrides. |
public FString BaseUrl | RallyHere BaseURL. Determines the base URL to use when connecting to the RallyHere API. |
public FString ClientId | RallyHere Client ID. Determines the available permissions for RallyHere APIs. |
public FString ClientSecret | RallyHere Client secret. Must be associated with the defined client ID. |
public FString PlayerExperienceReportURL | RallyHere PlayerExperience reporting URL. |
Members
public FString SandboxId
Sandbox Name, for use with client side sandbox lookups and overrides.
public FString BaseUrl
RallyHere BaseURL. Determines the base URL to use when connecting to the RallyHere API.
public FString ClientId
RallyHere Client ID. Determines the available permissions for RallyHere APIs.
public FString ClientSecret
RallyHere Client secret. Must be associated with the defined client ID.
public FString PlayerExperienceReportURL
RallyHere PlayerExperience reporting URL.