Navigation
API > API/Editor > API/Editor/Blutility
Inheritance Hierarchy
- UObject
- UEditorUtilityTask
References
| Module | Blutility |
| Header | /Engine/Source/Editor/Blutility/Classes/EditorUtilityTask.h |
| Include | #include "EditorUtilityTask.h" |
Syntax
UCLASS (Abstract, Blueprintable, Meta=(ShowWorldContextPin))
class UEditorUtilityTask : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnEditorUtilityTaskDelegate | OnFinished |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | |||
| void | |||
| FText | GetTaskTitle () |
||
| FText | |||
| UWorld * | GetWorld () |
||
| void | |||
| void | |||
| void | Calls CancelRequested() and ReceiveCancelRequested() | ||
| void | Run () |
||
| void | SetTaskNotificationText
(
const FText& Text |
||
| bool |