FPlatformIconPaths

Information about where to find the platform icons (for use by [FEditorStyle](API\Editor\EditorStyle\FEditorStyle))

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

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

Include

#include "PlatformInfo.h"

Syntax

struct FPlatformIconPaths

Remarks

Information about where to find the platform icons (for use by FEditorStyle)

Variables

Name Description

Public variable

FString

 

LargePath

Public variable

FName

 

LargeStyleName

Public variable

FString

 

NormalPath

Public variable

FName

 

NormalStyleName

Public variable

FString

 

XLargePath

Public variable

FName

 

XLargeStyleName

Constructors

Name Description

Public function

FPlatformIconPaths()

Public function

FPlatformIconPaths

(
    const FString& InIconPath
)

Public function

FPlatformIconPaths

(
    const FString& InNormalPath,
    const FString& InLargePath
)

Public function

FPlatformIconPaths

(
    const FString& InNormalPath,
    const FString& InLargePath,
    const FString& InXLargePath
)

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