FBlueprintActionMenuItem::GetMenuIcon

Retrieves the icon brush for this menu entry (to be displayed alongside in the menu).

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/BlueprintActionMenuItem.h

Include

#include "BlueprintActionMenuItem.h"

Source

/Engine/Source/Editor/Kismet/Private/BlueprintActionMenuItem.cpp

Syntax

FSlateBrush const * GetMenuIcon
(
    FSlateColor & ColorOut
)

Remarks

Retrieves the icon brush for this menu entry (to be displayed alongside in the menu).

Returns

An slate brush to be used for this menu item in the action menu.

Parameters

Parameter

Description

ColorOut

An output parameter that's filled in with the color to tint the brush with.

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