Navigation
API > API/Plugins > API/Plugins/UVEditor
Inheritance Hierarchy
- IModuleInterface
- FUVEditorModule
References
| Module | UVEditor |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditor/Public/UVEditorModule.h |
| Include | #include "UVEditorModule.h" |
Syntax
class FUVEditorModule : public IModuleInterface
Remarks
Besides the normal module things, the module class is also responsible for hooking the UV editor into existing menus.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FOnRegisterLayoutExtensions & | |||
| void |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | IModuleInterface implementation |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FOnRegisterLayoutExtensions |