FAnalytics::ConfigFromIni::ConfigFromIni

Create a config, specifying the Ini name and the section name for each build type.

Windows
MacOS
Linux

References

Module

Analytics

Header

/Engine/Source/Runtime/Analytics/Analytics/Public/Analytics.h

Include

#include "Analytics.h"

Syntax

ConfigFromIni
(
    const FString & InIniName,
    const FString & SectionNameDevelopment,
    const FString & SectionNameDebug,
    const FString & SectionNameTest,
    const FString & SectionNameRelease
)

Remarks

Create a config, specifying the Ini name and the section name for each build type.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss