Navigation
API > API/Editor > API/Editor/DetailCustomizations
Inheritance Hierarchy
- IModuleInterface
- FDetailCustomizationsModule
References
| Module | DetailCustomizations |
| Header | /Engine/Source/Editor/DetailCustomizations/Public/DetailCustomizations.h |
| Include | #include "DetailCustomizations.h" |
Syntax
class FDetailCustomizationsModule : public IModuleInterface
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 | ||
| bool | Override this to set whether your module is allowed to be unloaded on the fly |