Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Mesh Inspector Tool for visualizing mesh information
| Name | USetCollisionGeometryTool |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Physics/SetCollisionGeometryTool.h |
| Include Path | #include "Physics/SetCollisionGeometryTool.h" |
Syntax
UCLASS (MinimalAPI)
class USetCollisionGeometryTool :
public UMultiSelectionMeshEditingTool ,
public UE::Geometry::IGenericDataOperatorFactory< FPhysicsDataCollection > ,
public IInteractiveToolManageGeometrySelectionAPI
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → UMultiSelectionTool → UMultiSelectionMeshEditingTool → USetCollisionGeometryTool
Implements Interfaces
- IGenericDataOperatorFactory
- IInputBehaviorSource
- IInteractiveToolCameraFocusAPI
- IInteractiveToolManageGeometrySelectionAPI
Structs
| Name | Remarks |
|---|---|
| FSourceMesh |
Enums
Protected
| Name | Remarks |
|---|---|
| EDetectedCollisionGeometry |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetGeometrySelection
(
UE::Geometry::FGeometrySelection&& SelectionIn |
Physics/SetCollisionGeometryTool.h |
Overridden from UMultiSelectionMeshEditingTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnShutdown
(
EToolShutdownType ShutdownType |
Physics/SetCollisionGeometryTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanAccept() |
Physics/SetCollisionGeometryTool.h | ||
virtual bool HasAccept() |
Physics/SetCollisionGeometryTool.h | ||
virtual bool HasCancel() |
Physics/SetCollisionGeometryTool.h | ||
virtual void OnTick
(
float DeltaTime |
Physics/SetCollisionGeometryTool.h | ||
virtual void Setup() |
Physics/SetCollisionGeometryTool.h |
Overridden from IGenericDataOperatorFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TUniquePtr< UE::Geometry::TGenericDataOperator< FPhysicsDataCollection > > MakeNewOperator() |
Physics/SetCollisionGeometryTool.h |
Overridden from IInteractiveToolManageGeometrySelectionAPI
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsInputSelectionValidOnOutput() |
IInteractiveToolManageGeometrySelectionAPI this tool won't update external geometry selection or change selection-relevant mesh IDs. | Physics/SetCollisionGeometryTool.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitializeDerivedMeshSet
(
const TArray< TSharedPtr< FDynamicMesh3, ESPMode::ThreadSafe > >& FromInputMeshes, |
Physics/SetCollisionGeometryTool.h | ||
void InvalidateCompute() |
Invalidates the background compute operator. | Physics/SetCollisionGeometryTool.h | |
void OnInputModeChanged() |
Physics/SetCollisionGeometryTool.h | ||
void OnSelectedGroupLayerChanged() |
Physics/SetCollisionGeometryTool.h | ||
void PrecomputeInputMeshes() |
Physics/SetCollisionGeometryTool.h |