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