Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | UVolumeToMeshTool |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/VolumeToMeshTool.h |
| Include Path | #include "VolumeToMeshTool.h" |
Syntax
UCLASS (MinimalAPI)
class UVolumeToMeshTool : public UInteractiveTool
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → UVolumeToMeshTool
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UVolumeToMeshTool() |
VolumeToMeshTool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetSelection
(
AVolume* Volume |
VolumeToMeshTool.h | ||
virtual void SetWorld
(
UWorld* World |
VolumeToMeshTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanAccept() |
VolumeToMeshTool.h | ||
virtual bool HasAccept() |
VolumeToMeshTool.h | ||
virtual bool HasCancel() |
VolumeToMeshTool.h | ||
virtual void OnTick
(
float DeltaTime |
VolumeToMeshTool.h | ||
virtual void Render
(
IToolsContextRenderAPI* RenderAPI |
VolumeToMeshTool.h | ||
virtual void Setup() |
VolumeToMeshTool.h | ||
virtual void Shutdown
(
EToolShutdownType ShutdownType |
VolumeToMeshTool.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RecalculateMesh() |
VolumeToMeshTool.h | ||
void UpdateLineSet() |
VolumeToMeshTool.h |