FConfigCacheIni::ForEachEntry

Allows to iterate through all key value pairs

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/ConfigCacheIni.h"

Source

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

Syntax

virtual bool ForEachEntry
(
    const FKeyValueSink & Visitor,
    const TCHAR * Section,
    const FString & Filename
)

Remarks

Allows to iterate through all key value pairs

Returns

false:error e.g. Section or Filename not found

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