Hi Rama,
I understand you must be incredibly busy, any chances you'll update your Gamepad-Friendly UMG plugin to 4.15.1?
I understand you must be incredibly busy, any chances you'll update your Gamepad-Friendly UMG plugin to 4.15.1?
/** * Update a single property in the config file, for the section that is specified. */ CORE_API bool UpdateSinglePropertyInSection(const TCHAR* DiskFilename, const TCHAR* PropertyName, const TCHAR* SectionName);
static bool LoadGlobalIniFile(FString& FinalIniFilename, const TCHAR* BaseIniName, const TCHAR* Platform=NULL, bool bForceReload=false, bool bRequireDefaultIni=false, bool bAllowGeneratedIniWhenCooked=true, const TCHAR* GeneratedConfigDir = *FPaths::GeneratedConfigDir());
Comment