PlatformInfo::EPlatformIconSize

Available icon sizes (see [FPlatformIconPaths](API\Developer\DesktopPlatform\FPlatformIconPaths))

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

/Engine/Source/Developer/DesktopPlatform/Public/PlatformInfo.h

Include

#include "PlatformInfo.h"

Syntax

namespace PlatformInfo
{
    enum EPlatformIconSize
    {
        Normal,
        Large,
        XLarge,
    }
}

Values

Name

Description

Normal

Normal sized icon (24x24)

Large

Large sized icon (64x64)

XLarge

Extra large sized icon (128x128)

Remarks

Available icon sizes (see FPlatformIconPaths)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss