Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/FAnalytics > API/Runtime/Analytics/FAnalytics/ConfigFromIni
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Create a config using the default values: IniName - GEngineIni SectionName (Development) = AnalyticsDevelopment SectionName (Debug) = AnalyticsDebug SectionName (Test) = AnalyticsTest SectionName (Release) = Analytics | Analytics.h | ||
ConfigFromIni
(
EAnalyticsBuildType InBuildType |
Create a config AS IF the BuildType matches the one passed in. | Analytics.h | |
ConfigFromIni
(
const FString& InIniName, |
Create a config, specifying the Ini name and a single section name for all build types. | Analytics.h | |
| Create a config, specifying the Ini name and the section name for each build type. | Analytics.h |
ConfigFromIni()
Description
Create a config using the default values: IniName - GEngineIni SectionName (Development) = AnalyticsDevelopment SectionName (Debug) = AnalyticsDebug SectionName (Test) = AnalyticsTest SectionName (Release) = Analytics
| Name | ConfigFromIni |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Analytics.h |
| Include Path | #include "Analytics.h" |
ConfigFromIni()
ConfigFromIni(EAnalyticsBuildType)
Description
Create a config AS IF the BuildType matches the one passed in.
| Name | ConfigFromIni |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Analytics.h |
| Include Path | #include "Analytics.h" |
ConfigFromIni
(
EAnalyticsBuildType InBuildType
)
ConfigFromIni(const FString &, const FString &)
Description
Create a config, specifying the Ini name and a single section name for all build types.
| Name | ConfigFromIni |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Analytics.h |
| Include Path | #include "Analytics.h" |
ConfigFromIni
(
const FString & InIniName,
const FString & InSectionName
)
ConfigFromIni(const FString &, const FString &, const FString &, const FString &, const FString &)
Description
Create a config, specifying the Ini name and the section name for each build type.
| Name | ConfigFromIni |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Analytics.h |
| Include Path | #include "Analytics.h" |
ConfigFromIni
(
const FString & InIniName,
const FString & SectionNameDevelopment,
const FString & SectionNameDebug,
const FString & SectionNameTest,
const FString & SectionNameRelease
)