Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEditorTools
| Name | IChaosClothAssetEditorToolBuilder |
| Type | class |
| Header File | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetEditorTools/Public/ChaosClothAsset/ClothEditorToolBuilders.h |
| Include Path | #include "ChaosClothAsset/ClothEditorToolBuilders.h" |
Syntax
class IChaosClothAssetEditorToolBuilder
Derived Classes
- UClothEditorWeightMapPaintToolBuilder
- UClothMeshSelectionToolBuilder
- UClothTransferSkinWeightsToolBuilder
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanSetConstructionViewWireframeActive() |
Returns whether or not view can be set to wireframe when this tool is active.. | ChaosClothAsset/ClothEditorToolBuilders.h | |
virtual void GetSupportedViewModes
(
TArray< UE::Chaos::ClothAsset::EClothPatternVertexType >& Modes |
ChaosClothAsset/ClothEditorToolBuilders.h | ||
void GetSupportedViewModes
(
const UDataflowContextObject& ContextObject, |
Returns all Construction View modes that this tool can operate in. | ChaosClothAsset/ClothEditorToolBuilders.h |