Navigation
API > API/Plugins > API/Plugins/Text3DEditor
Inheritance Hierarchy
- IModuleInterface
- FText3DEditorModule
References
| Module | Text3DEditor |
| Header | /Engine/Plugins/Experimental/Text3D/Source/Text3DEditor/Public/Text3DEditor.h |
| Include | #include "Text3DEditor.h" |
Syntax
class FText3DEditorModule : public IModuleInterface
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | Called right after the module DLL has been loaded and the module object has been created Load dependent modules here, and they will be guaranteed to be available during ShutdownModule. |