Navigation
API > API/Runtime > API/Runtime/AnalyticsSwrve > API/Runtime/AnalyticsSwrve/FAnalyticsSwrve
Defines required configuration values for Swrve analytics provider.
| Name | Config |
| Type | struct |
| Header File | /Engine/Source/Runtime/Analytics/AnalyticsSwrve/Public/AnalyticsSwrve.h |
| Include Path | #include "AnalyticsSwrve.h" |
Syntax
struct Config
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| APIKeySwrve | FString | Swrve API Key - Get from your account manager | AnalyticsSwrve.h | |
| APIServerSwrve | FString | Swrve API Server - Defaults if empty to GetDefaultAPIServer. | AnalyticsSwrve.h | |
| AppVersionSwrve | FString | AppVersion - defines the app version passed to the provider. | AnalyticsSwrve.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetDefaultAPIServer() |
Default value if no APIServer configuration is provided. | AnalyticsSwrve.h | |
static FString GetDefaultAPIServerDebug() |
Default value if BuildType == Debug if no APIServer configuration is provided. | AnalyticsSwrve.h | |
static FString GetKeyNameForAPIKey() |
KeyName required for APIKey configuration. | AnalyticsSwrve.h | |
static FString GetKeyNameForAPIServer() |
KeyName required for APIServer configuration. | AnalyticsSwrve.h | |
static FString GetKeyNameForAppVersion() |
KeyName required for AppVersion configuration. | AnalyticsSwrve.h |