Navigation
API > API/Runtime > API/Runtime/Core
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)
| Name | FPlatformIconPaths |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/DataDrivenPlatformInfoRegistry.h |
| Include Path | #include "Misc/DataDrivenPlatformInfoRegistry.h" |
Syntax
struct FPlatformIconPaths
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Misc/DataDrivenPlatformInfoRegistry.h | |||
FPlatformIconPaths
(
const FString& InIconPath |
Misc/DataDrivenPlatformInfoRegistry.h | ||
FPlatformIconPaths
(
const FString& InNormalPath, |
Misc/DataDrivenPlatformInfoRegistry.h | ||
FPlatformIconPaths
(
const FString& InNormalPath, |
Misc/DataDrivenPlatformInfoRegistry.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LargePath | FString | Misc/DataDrivenPlatformInfoRegistry.h | ||
| LargeStyleName | FName | Misc/DataDrivenPlatformInfoRegistry.h | ||
| NormalPath | FString | Misc/DataDrivenPlatformInfoRegistry.h | ||
| NormalStyleName | FName | Misc/DataDrivenPlatformInfoRegistry.h | ||
| XLargePath | FString | Misc/DataDrivenPlatformInfoRegistry.h | ||
| XLargeStyleName | FName | Misc/DataDrivenPlatformInfoRegistry.h |