UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAnalyticsSwrve::Config Struct Reference

#include <AnalyticsSwrve.h>

Static Public Member Functions

static FString GetKeyNameForAPIKey ()
 
static FString GetKeyNameForAPIServer ()
 
static FString GetKeyNameForAppVersion ()
 
static FString GetDefaultAPIServer ()
 
static FString GetDefaultAPIServerDebug ()
 

Public Attributes

FString APIKeySwrve
 
FString APIServerSwrve
 
FString AppVersionSwrve
 

Detailed Description

Defines required configuration values for Swrve analytics provider.

Member Function Documentation

◆ GetDefaultAPIServer()

static FString FAnalyticsSwrve::Config::GetDefaultAPIServer ( )
inlinestatic

Default value if no APIServer configuration is provided.

◆ GetDefaultAPIServerDebug()

static FString FAnalyticsSwrve::Config::GetDefaultAPIServerDebug ( )
inlinestatic

Default value if BuildType == Debug if no APIServer configuration is provided.

◆ GetKeyNameForAPIKey()

static FString FAnalyticsSwrve::Config::GetKeyNameForAPIKey ( )
inlinestatic

KeyName required for APIKey configuration.

◆ GetKeyNameForAPIServer()

static FString FAnalyticsSwrve::Config::GetKeyNameForAPIServer ( )
inlinestatic

KeyName required for APIServer configuration.

◆ GetKeyNameForAppVersion()

static FString FAnalyticsSwrve::Config::GetKeyNameForAppVersion ( )
inlinestatic

KeyName required for AppVersion configuration.

Member Data Documentation

◆ APIKeySwrve

FString FAnalyticsSwrve::Config::APIKeySwrve

Swrve API Key - Get from your account manager

◆ APIServerSwrve

FString FAnalyticsSwrve::Config::APIServerSwrve

Swrve API Server - Defaults if empty to GetDefaultAPIServer. FAnalytics::Debug build types default to GetDefaultAPIServerDebug.

◆ AppVersionSwrve

FString FAnalyticsSwrve::Config::AppVersionSwrve

AppVersion - defines the app version passed to the provider. By default this will be FEngineVersion::Current().GetChangelist(). If you provide your own, ".<FEngineVersion::Current().GetChangelist()>" is appended to it.


The documentation for this struct was generated from the following file: