Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UBspConversionToolProperties
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/BspConversionTool.h |
| Include | #include "BspConversionTool.h" |
Syntax
UCLASS&40;&41;
class UBspConversionToolProperties : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCacheBrushes | Caches individual brush conversions in "convert then combine" mode during a single invocation of the tool. | |
| bool | bExplicitSubtractiveBrushSelection | Whether subtractive brushes have to be explicitly selected to be part of the conversion. | |
| bool | bIncludeVolumes | Whether to consider BSP volumes to be valid conversion targets. | |
| bool | bRemoveConvertedSubtractiveBrushes | Whether subtractive brushes used in a conversion should be removed. | |
| bool | bRemoveConvertedVolumes | Whether to remove any selected BSP volumes after using them to create a static mesh. | |
| bool | bShowPreview | Determines whether a dynamic preview is shown. | |
| EBspConversionMode | ConversionMode |