LiveUpdateForSlate icon indicating copy to clipboard operation
LiveUpdateForSlate copied to clipboard

Fix UE5.0 compilation error

Open TheEnbyWitch opened this issue 2 years ago • 0 comments

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.

TheEnbyWitch avatar Dec 02 '22 15:12 TheEnbyWitch