Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
PropertySet for Sine wave displacement
| Name | UDisplaceMeshSineWaveProperties |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/DisplaceMeshTool.h |
| Include Path | #include "DisplaceMeshTool.h" |
Syntax
UCLASS (MinimalAPI)
class UDisplaceMeshSineWaveProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UDisplaceMeshSineWaveProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UDisplaceMeshSineWaveProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| meta | Sine wave displacement frequency |
Sine wave phase shift | DisplaceMeshTool.h |
- EditAnywhere
- Category=SineWaveOptions
- Meta=(UIMin="0.0", UIMax="1.0", ClampMin="0.0", ClampMax="10.0")
| SineWaveDirection | FVector | Unit vector representing the direction of wave displacement. | DisplaceMeshTool.h |
|