Navigation
API > API/Plugins > API/Plugins/GeometryProcessingAdapters
Inheritance Hierarchy
- IModuleInterface
- FGeometryProcessingAdaptersModule
References
| Module | GeometryProcessingAdapters |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/GeometryProcessingAdapters/Public/GeometryProcessingAdaptersModule.h |
| Include | #include "GeometryProcessingAdaptersModule.h" |
Syntax
class FGeometryProcessingAdaptersModule : public IModuleInterface
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< UE::Geometry::FApproximateActorsImpl > | ApproximateActors | ||
| TSharedPtr< UE::Geometry::FCombineMeshInstancesImpl > | CombineMeshInstances | ||
| TSharedPtr< UE::Geometry::FMeshAutoUVImpl > | MeshAutoUV |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | IModuleInterface implementation |