FAnalytics::GetConfigValueFromIni

Helper for reading configuration values from an INI file (which will be a common scenario).

Windows
MacOS
Linux

References

Module

Analytics

Header

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

Include

#include "Analytics.h"

Source

/Engine/Source/Runtime/Analytics/Analytics/Private/Analytics.cpp

Syntax

virtual FString GetConfigValueFromIni
(
    const FString & IniName,
    const FString & SectionName,
    const FString & KeyName,
    bool bIsRequired
)

Remarks

Helper for reading configuration values from an INI file (which will be a common scenario). This is exposed here so we're not exporting more classes from the module. It's merely a helper for ConfigFromIni struct above.

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