Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UPatternTool_OutputSettings
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/PatternTool.h |
| Include | #include "PatternTool.h" |
Syntax
UCLASS ()
class UPatternTool_OutputSettings : public UInteractiveToolPropertySet
Remarks
Output Settings for the Pattern Tool
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bConvertToDynamic | Emit StaticMesh pattern elements as DynamicMeshes | |
| bool | bCreateISMCs | Create InstancedStaticMeshComponents instead multiple StaticMeshComponents, for StaticMesh pattern elements | |
| bool | bEnableCreateISMCs | Internal, used to disable the creation of ISMCs | |
| bool | bHaveStaticMeshes | Internal, used to control state of Instance settings | |
| bool | bSeparateActors | Emit a separate Actor for each pattern element |