Navigation
API > API/Developer > API/Developer/ToolMenus
| Name | FScriptSlateIcon |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolMenus/Public/ToolMenuEntryScript.h |
| Include Path | #include "ToolMenuEntryScript.h" |
Syntax
USTRUCT (BlueprintType ,
Meta=(HasNativeBreak="/Script/ToolMenus.ToolMenuEntryExtensions.BreakScriptSlateIcon", HasNativeMake="/Script/ToolMenus.ToolMenuEntryExtensions.MakeScriptSlateIcon"))
struct FScriptSlateIcon
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ToolMenuEntryScript.h | |||
FScriptSlateIcon
(
const FName InStyleSetName, |
ToolMenuEntryScript.h | ||
FScriptSlateIcon
(
const FName InStyleSetName, |
ToolMenuEntryScript.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SmallStyleName | FName | ToolMenuEntryScript.h |
|
|
| StyleName | FName | ToolMenuEntryScript.h |
|
|
| StyleSetName | FName | ToolMenuEntryScript.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlateIcon GetSlateIcon() |
ToolMenuEntryScript.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator FSlateIcon() |
ToolMenuEntryScript.h |