Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveTool
- UVolumeToMeshTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/VolumeToMeshTool.h |
| Include | #include "VolumeToMeshTool.h" |
Syntax
UCLASS&40;&41;
class UVolumeToMeshTool : public UInteractiveTool
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bResultValid | ||
| UE::Geometry::FDynamicMesh3 | CurrentMesh | ||
| TObjectPtr< UCreateMeshObjectTypeProperties > | OutputTypeProperties | ||
| TObjectPtr< UPreviewMesh > | PreviewMesh | ||
| TObjectPtr< UVolumeToMeshToolProperties > | Settings | ||
| TLazyObjectPtr< AVolume > | TargetVolume | ||
| UWorld * | TargetWorld | ||
| TObjectPtr< ULineSetComponent > | VolumeEdgesSet |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | SetSelection
(
AVolume* Volume |
||
| void | |||
| void |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| bool | CanAccept () |
||
| bool | HasAccept () |
||
| bool | HasCancel () |
||
| void | OnTick
(
float DeltaTime |
Allow the Tool to do any necessary processing on Tick | |
| void | Render
(
IToolsContextRenderAPI* RenderAPI |
Allow the Tool to do any custom drawing (ie via PDI/RHI) | |
| void | Setup () |
Called by ToolManager to initialize the Tool after ToolBuilder::BuildTool() has been called | |
| void | Shutdown
(
EToolShutdownType ShutdownType |
Called by ToolManager to shut down the Tool |