Navigation
API > API/Editor > API/Editor/Blutility
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintCore
- UBlueprint
- UUserWidgetBlueprint
- UBaseWidgetBlueprint
- UWidgetBlueprint
- UEditorUtilityWidgetBlueprint
References
| Module | Blutility |
| Header | /Engine/Source/Editor/Blutility/Classes/EditorUtilityWidgetBlueprint.h |
| Include | #include "EditorUtilityWidgetBlueprint.h" |
Syntax
class UEditorUtilityWidgetBlueprint : public UWidgetBlueprint
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | Creates the slate widget from the UMG widget | ||
| UEditorUtilityWidget * | |||
| FName | |||
| FText | Returns the default desired tab display name that was specified for this widget | ||
| void | RegenerateCreatedTab
(
UBlueprint* RecompiledBlueprint |
Recreate the tab's content on recompile | |
| void | SetRegistrationName
(
FName InRegistrationName |
||
| TSharedRef< SDockTab > | SpawnEditorUITab
(
const FSpawnTabArgs& SpawnTabArgs |
||
| void | UpdateRespawnListIfNeeded
(
TSharedRef< SDockTab > TabBeingClosed |
Overridden from UWidgetBlueprint
| Type | Name | Description | |
|---|---|---|---|
| UWidgetEditingProjectSettings * | |||
| const UWidgetEditingProjectSettings * |
Overridden from UUserWidgetBlueprint
| Type | Name | Description | |
|---|---|---|---|
| bool | Does the editor support widget from an editor package. |
Overridden from UBlueprint
| Type | Name | Description | |
|---|---|---|---|
| void | GetReparentingRules
(
TSet< const UClass* >& AllowedChildrenOfClasses, |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
Called before destroying the object. |