FPlatformIconPaths

Enum class EPlatformSDKStatus : uint8 { /** SDK status is unknown */ Unknown, /** SDK is installed */ Installed, /** SDK is not installed */ NotInstalled, }; Information about where to find the platform icons (for use by FAppStyle)