Navigation
API > API/Runtime > API/Runtime/Core
Available icon sizes (see FPlatformIconPaths)
| Name | EPlatformIconSize |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/DataDrivenPlatformInfoRegistry.h |
| Include Path | #include "Misc/DataDrivenPlatformInfoRegistry.h" |
Syntax
enum EPlatformIconSize
{
Normal,
Large,
XLarge,
}
Values
| Name | Remarks |
|---|---|
| Normal | Normal sized icon (24x24) |
| Large | Large sized icon (64x64) |
| XLarge | Extra large sized icon (128x128) |