Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Simple Mesh Normal Updating Tool
| Name | URemoveOccludedTrianglesTool |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/RemoveOccludedTrianglesTool.h |
| Include Path | #include "RemoveOccludedTrianglesTool.h" |
Syntax
UCLASS (MinimalAPI)
class URemoveOccludedTrianglesTool : public UMultiSelectionMeshEditingTool
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → UMultiSelectionTool → UMultiSelectionMeshEditingTool → URemoveOccludedTrianglesTool
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URemoveOccludedTrianglesTool() |
RemoveOccludedTrianglesTool.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| URemoveOccludedTrianglesOperatorFactory | friend | RemoveOccludedTrianglesTool.h |
Functions
Public
Overridden from UMultiSelectionMeshEditingTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnShutdown
(
EToolShutdownType ShutdownType |
RemoveOccludedTrianglesTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanAccept() |
RemoveOccludedTrianglesTool.h | ||
virtual bool HasAccept() |
RemoveOccludedTrianglesTool.h | ||
virtual bool HasCancel() |
RemoveOccludedTrianglesTool.h | ||
| RemoveOccludedTrianglesTool.h | |||
virtual void OnTick
(
float DeltaTime |
RemoveOccludedTrianglesTool.h | ||
virtual void Setup() |
RemoveOccludedTrianglesTool.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
RemoveOccludedTrianglesTool.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GenerateAsset
(
const TArray< FDynamicMeshOpResult >& Results |
RemoveOccludedTrianglesTool.h | ||
void MakePolygroupLayerProperties() |
RemoveOccludedTrianglesTool.h | ||
void SetupPreviews() |
RemoveOccludedTrianglesTool.h |