Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UHarvestInstancesTool_OutputSettings
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/HarvestInstancesTool.h |
| Include | #include "HarvestInstancesTool.h" |
Syntax
UCLASS ()
class UHarvestInstancesTool_OutputSettings : public UInteractiveToolPropertySet
Remarks
Output Settings for the Pattern Tool
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | ActorName | Base Name to use for the emitted single Actor | |
| bool | bCanDeleteInputs | ||
| bool | bDeleteInputs | Delete Actors that have had their Components harvested | |
| bool | bHaveLonerInstances | ||
| bool | bHaveSingleInstanceSet | ||
| bool | bIncludeSingleInstances | ||
| bool | bSingleActor | Group all output Instanced Components under a single Actor. | |
| EHarvestInstancesToolOutputType | ComponentType | Which type of Instanced Static Mesh Component to Create |