Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
Inheritance Hierarchy
- UObject
- IInputBehaviorSource
- UInteractiveTool
- UMultiSelectionTool
- UMultiSelectionMeshEditingTool
- UHarvestInstancesTool
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/HarvestInstancesTool.h |
| Include | #include "HarvestInstancesTool.h" |
Syntax
UCLASS ()
class UHarvestInstancesTool : public UMultiSelectionMeshEditingTool
Remarks
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHaveNonUniformScaleElements | ||
| TArray< FInstanceSet > | InstanceSets | ||
| TObjectPtr< UHarvestInstancesTool_OutputSettings > | OutputSettings | ||
| TObjectPtr< UHarvestInstancesToolSettings > | Settings | ||
| TArray< AActor * > | SourceActors | ||
| TArray< UPrimitiveComponent * > | SourceComponents | ||
| TArray< FSourceMesh > | SourceMeshes |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | EmitResults () |
||
| void | |||
| void | |||
| void | |||
| void |
Overridden from UMultiSelectionMeshEditingTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnShutdown
(
EToolShutdownType ShutdownType |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| bool | CanAccept () |
||
| bool | HasAccept () |
||
| bool | HasCancel () |
||
| void | OnPropertyModified
(
UObject* PropertySet, |
Automatically called by UInteractiveToolPropertySet.OnModified delegate to notify Tool of child property set changes | |
| 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 |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FInstanceSet | |||
| FSourceMesh |