Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/FAnalytics > API/Runtime/Analytics/FAnalytics/ConfigFromIni
| Type | Name | Description | |
|---|---|---|---|
| Create a config using the default values: IniName - GEngineIni SectionName (Development) = AnalyticsDevelopment SectionName (Debug) = AnalyticsDebug SectionName (Test) = AnalyticsTest SectionName (Release) = Analytics | |||
ConfigFromIni
(
EAnalyticsBuildType InBuildType |
Create a config AS IF the BuildType matches the one passed in. | ||
ConfigFromIni
(
const FString& InIniName, |
Create a config, specifying the Ini name and a single section name for all build types. | ||
| Create a config, specifying the Ini name and the section name for each build type. |