FConfigCacheIni::Dump

Prints out the entire config set, or just a single file if an ini is specified

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

void Dump
(
    FOutputDevice & Ar,
    const TCHAR * IniName
)

Remarks

Prints out the entire config set, or just a single file if an ini is specified

Parameters

Parameter

Description

Ar

the device to write to

IniName

An optional ini name to restrict the writing to (Engine or WrangleContent) - meant to be used with "final" .ini files (not Default*)

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