Navigation
API > API/Plugins > API/Plugins/PCG
| Name | IPCGEditorProgressNotification |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Editor/IPCGEditorProgressNotification.h |
| Include Path | #include "Editor/IPCGEditorProgressNotification.h" |
Syntax
class IPCGEditorProgressNotification : public TSharedFromThis< IPCGEditorProgressNotification >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IPCGEditorProgressNotification
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPCGEditorProgressNotification() |
Editor/IPCGEditorProgressNotification.h |
Classes
| Name | Remarks |
|---|---|
| FCancelTasksEvent |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanCancel() |
Editor/IPCGEditorProgressNotification.h | ||
void Cancel() |
Editor/IPCGEditorProgressNotification.h | ||
uint32 GetNumTasks() |
Editor/IPCGEditorProgressNotification.h | ||
uint32 GetNumTasksDone() |
Editor/IPCGEditorProgressNotification.h | ||
const FTextFormat & GetTextFormat() |
Editor/IPCGEditorProgressNotification.h | ||
FCancelTasksEvent & OnCancelTasks() |
Editor/IPCGEditorProgressNotification.h | ||
void Update
(
uint32 NumRemainingTasks |
Editor/IPCGEditorProgressNotification.h |