Navigation
API > API/Plugins > API/Plugins/ComposureLayersEditor
| Name | ICompElementEditorModule |
| Type | class |
| Header File | /Engine/Plugins/Compositing/Composure/Source/ComposureLayersEditor/Public/CompElementEditorModule.h |
| Include Path | #include "CompElementEditorModule.h" |
Syntax
class ICompElementEditorModule : public IModuleInterface
Implements Interfaces
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FCompEditorMenuExtender | TBaseDelegate_OneParam< TSharedRef< FExtender >, const TSharedRef< FUICommandList > > | Delegates to be called to extend the comp-element editor menus | CompElementEditorModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< ICompElementManager > GetCompElementManager() |
Returns a manager object for compositing elements, which can be used to perform various operations on the element objects in the editor. | CompElementEditorModule.h | |
TArray< FCompEditorMenuExtender > & GetEditorMenuExtendersList() |
CompElementEditorModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ICompElementEditorModule & Get() |
CompElementEditorModule.h |