LiveUpdateForSlate
LiveUpdateForSlate copied to clipboard
Fix UE5.0 compilation error
Adds an include for Misc/ConfigCacheIni.h
that if missing, causes this compile error on UE 5.0.3.
[1/1] Compile LiveUpdateForSlate.cpp
[REDACTED]\Plugins\LiveUpdateForSlate-main\Source\LiveUpdateForSlate\Private\LiveUpdateForSlate.cpp(55): error C2027: use of undefined type 'FConfigCacheIni'
D:\Games\UE_5.0\Engine\Source\Runtime\CoreUObject\Public\UObject\Object.h(17): note: see declaration of 'FConfigCacheIni'
Haven't tested this with 4.27 though.