Navigation
API > API/Plugins > API/Plugins/CompositeEditor
Log category for this module.
| Name | FCompositeEditorModule |
| Type | class |
| Header File | /Engine/Plugins/Compositing/Composite/Source/CompositeEditor/Public/CompositeEditorModule.h |
| Include Path | #include "CompositeEditorModule.h" |
Syntax
class FCompositeEditorModule : public IModuleInterface
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ConcertSyncClient | TSharedPtr< class IConcertSyncClient > | Cached concert sync client. | CompositeEditorModule.h | |
| OnTabManagerChangedDelegateHandle | FDelegateHandle | Tab manager change delegate. | CompositeEditorModule.h | |
| Workspace | TWeakPtr< IConcertClientWorkspace > | Holds a weak pointer to the current workspace. | CompositeEditorModule.h |
Functions
Public
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
CompositeEditorModule.h | ||
virtual void StartupModule() |
IModuleInterface implementation | CompositeEditorModule.h |