Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | UAddPatchTool |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/AddPatchTool.h |
| Include Path | #include "AddPatchTool.h" |
Syntax
UCLASS (MinimalAPI)
class UAddPatchTool :
public USingleClickTool ,
public IHoverBehaviorTarget
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → USingleClickTool → UAddPatchTool
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetWorld
(
UWorld* World |
AddPatchTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanAccept() |
AddPatchTool.h | ||
virtual bool HasAccept() |
AddPatchTool.h | ||
virtual bool HasCancel() |
AddPatchTool.h | ||
| AddPatchTool.h | |||
virtual void OnTick
(
float DeltaTime |
AddPatchTool.h | ||
virtual void Render
(
IToolsContextRenderAPI* RenderAPI |
AddPatchTool.h | ||
virtual void Setup() |
AddPatchTool.h | ||
virtual void Shutdown
(
EToolShutdownType ShutdownType |
AddPatchTool.h |
Overridden from IClickBehaviorTarget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnClicked
(
const FInputDeviceRay& ClickPos |
AddPatchTool.h |
Overridden from IHoverBehaviorTarget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FInputRayHit BeginHoverSequenceHitTest
(
const FInputDeviceRay& PressPos |
AddPatchTool.h | ||
virtual void OnBeginHover
(
const FInputDeviceRay& DevicePos |
AddPatchTool.h | ||
virtual void OnEndHover() |
AddPatchTool.h | ||
virtual bool OnUpdateHover
(
const FInputDeviceRay& DevicePos |
AddPatchTool.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GeneratePlane
(
UE::Geometry::FDynamicMesh3* OutMesh |
AddPatchTool.h | ||
void GeneratePreviewBaseMesh() |
AddPatchTool.h | ||
void UpdatePreviewMesh() |
AddPatchTool.h | ||
void UpdatePreviewPosition
(
const FInputDeviceRay& ClickPos |
AddPatchTool.h |