Navigation
API > API/Plugins > API/Plugins/PCGEditor
Inheritance Hierarchy
- IModuleInterface
- IPCGEditorModule
- FPCGEditorModule
References
| Module | PCGEditor |
| Header | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGEditorModule.h |
| Include | #include "PCGEditorModule.h" |
Syntax
class FPCGEditorModule : public IPCGEditorModule
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSet< TSharedPtr< IPCGEditorProgressNotification > > | ActiveNotifications | ||
| TSharedPtr< FPCGEditorGraphNodeFactory > | GraphNodeFactory | ||
| TSharedPtr< FExtensibilityManager > | MenuExtensibilityManager | ||
| TArray< TSharedRef< IAssetTypeActions > > | RegisteredAssetTypeActions | ||
| FDelegateHandle | ShouldDisableCPUThrottlingDelegateHandle | ||
| TSharedPtr< FExtensibilityManager > | ToolBarExtensibilityManager |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | OnEditorModeIDChanged
(
const FEditorModeID& EditorModeID, |
||
| void | OnLevelEditorCreated
(
TSharedPtr< ILevelEditor > InLevelEditor |
||
| void | PopulateMenuActions
(
FMenuBuilder& MenuBuilder |
||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| bool | |||
| void | |||
| void | ~IModuleInterface implementation | ||
| bool | |||
| void | |||
| void | |||
| void | |||
| void |
Overridden from IPCGEditorModule
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< IPCGEditorProgressNotification > | CreateProgressNotification
(
const FTextFormat& TextFormat, |
~IPCGEditorModule implementation | |
| void | ReleaseProgressNotification
(
TWeakPtr< IPCGEditorProgressNotification > InNotification |
||
| void | SetOutlinerUIRefreshDelay
(
float InDelay |
Constants
| Name | Description |
|---|---|
| PCGAssetCategory |