UEditorUtilityWidget

Inheritance Hierarchy

References

Module

Blutility

Header

/Engine/Source/Editor/Blutility/Classes/EditorUtilityWidget.h

Include

#include "EditorUtilityWidget.h"

Syntax

class UEditorUtilityWidget : public UUserWidget

Variables

Name Description

Protected variable

bool

 

bAlwaysReregisterWithWindowsMenu

Should this widget always be re-added to the windows menu once it's opened.

Protected variable

bool

 

bAutoRunDefaultAction

Should this blueprint automatically run OnDefaultActionClicked, or should it open up a details panel to edit properties and/or offer multiple buttons.

Protected variable

FString

 

HelpText

Protected variable

FText

 

TabDisplayName

The display name for tabs spawned with this widget

Functions

Name Description

Public function

void

 

ExecuteDefaultAction()

Run the default action.

Public function Const

FText

 

GetTabDisplayName()

Returns the default desired tab display name that was specified for this widget

Public function

void

 

Run()

The default action called when the widget is invoked if bAutoRunDefaultAction=true (it is never called otherwise)

Public function Const

bool

 

ShouldAlwaysReregisterWithWindowsMenu()

Public function Const

bool

 

ShouldAutoRunDefaultAction()

Overridden from UUserWidget

Name Description

Public function Virtual Const

bool

 

IsEditorUtility()

Is this widget an editor utility widget.

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