FPlatformIconInfo

Windows
MacOS
Linux

References

Module

SharedSettingsWidgets

Header

/Engine/Source/Developer/SharedSettingsWidgets/Public/PlatformIconInfo.h

Include

#include "PlatformIconInfo.h"

Syntax

struct FPlatformIconInfo

Variables

Name Description

Public variable

FText

 

IconDescription

Public variable

FText

 

IconName

Public variable

FString

 

IconPath

Public variable

FIntPoint

 

IconRequiredSize

Public variable

ERequiredState

 

RequiredState

Constructors

Name Description

Public function

FPlatformIconInfo

(
    const FString& InIconPath,
    FText InIconName,
    FText InIconDescription,
    int32 RequiredWidth,
    int32 RequiredHeight,
    ERequiredState IsRequired
)

Enums

Name

Description

Public enum

ERequiredState

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