Navigation
API > API/Runtime > API/Runtime/GeometryFramework
Inheritance Hierarchy
- IModuleInterface
- FGeometryFrameworkModule
References
| Module | GeometryFramework |
| Header | /Engine/Source/Runtime/GeometryFramework/Public/GeometryFrameworkModule.h |
| Include | #include "GeometryFrameworkModule.h" |
Syntax
class FGeometryFrameworkModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Registered in StartupModule() with FCoreDelegates::OnPostEngineInit and called once |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | IModuleInterface implementation |