Navigation
API > API/Plugins > API/Plugins/CADKernelSurface
Inheritance Hierarchy
- IModuleInterface
- FCADKernelSurfaceModule
References
| Module | CADKernelSurface |
| Header | /Engine/Plugins/Enterprise/DatasmithCADImporter/Source/CADKernelSurface/Public/CADKernelSurfaceModule.h |
| Include | #include "CADKernelSurfaceModule.h" |
Syntax
class FCADKernelSurfaceModule : public IModuleInterface
Remarks
This module exposes additional features for assets containing CADKernel data.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FCADKernelSurfaceModule & | Get () |
||
| bool | IsAvailable () |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| 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. |