Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UDisplaceMeshDirectionalFilterProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/DisplaceMeshTool.h |
| Include | #include "DisplaceMeshTool.h" |
Syntax
UCLASS&40;&41;
class UDisplaceMeshDirectionalFilterProperties : public UInteractiveToolPropertySet
Remarks
Properties for a directional filter. Allows for displacement to be applied only to vertices whose normals point in a given direction
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnableFilter | Whether the directional filter is active. | |
| meta | Unit vector representing the direction to filter along. |