Skip to content

Instantly share code, notes, and snippets.

View fanghAMD's full-sized avatar
💭
Ping me for anything EngineTech.

fangh fanghAMD

💭
Ping me for anything EngineTech.
View GitHub Profile
@fanghAMD
fanghAMD / ConfigCacheIni.cpp
Created March 9, 2021 05:58
UE4 Key global constants
/**
* Structure to define all the layers of the config system. Layers can be expanded by expansion files (NoRedist, etc), or by ini platform parents
* (coming soon from another branch)
*/
struct FConfigLayer
{
// Used by the editor to display in the ini-editor
const TCHAR* EditorName;
// Path to the ini file (with variables)
const TCHAR* Path;