Navigation
API > API/Plugins > API/Plugins/ParametricSurface
Inheritance Hierarchy
- IModuleInterface
- FParametricSurfaceModule
References
| Module | ParametricSurface |
| Header | /Engine/Plugins/Enterprise/DatasmithCADImporter/Source/ParametricSurface/Public/ParametricSurfaceModule.h |
| Include | #include "ParametricSurfaceModule.h" |
Syntax
class FParametricSurfaceModule : public IModuleInterface
Remarks
This module exposes additional features for assets containing Parametric data.
Functions
| Type | Name | Description | |
|---|---|---|---|
| UParametricSurfaceData * | |||
| FParametricSurfaceModule & | 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. |