IsUsingLocalIniFile

Returns true if no remote version of this config file exists and/or isn't being used.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/RemoteConfigIni.h

Include

#include "Misc/RemoteConfigIni.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/RemoteConfigIni.cpp

Syntax

bool IsUsingLocalIniFile
(
    const TCHAR * FilenameToLoad,
    const TCHAR * IniFileName
)

Remarks

Returns true if no remote version of this config file exists and/or isn't being used.

Returns true if no remote version of this config file exists and/or isn't being used

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