Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UPatternTool_TranslationSettings
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/PatternTool.h |
| Include | #include "PatternTool.h" |
Syntax
UCLASS ()
class UPatternTool_TranslationSettings : public UInteractiveToolPropertySet
Remarks
Settings for Per Element Translation in the Pattern Tool
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bInterpolate | If true, Translation is linearly interpolated between StartTranslation and Translation values | |
| bool | bJitter | If true, Translation at each Pattern Element is offset by a uniformly chosen random value in the range of [-TranslationJitterRange, TranslationJitterRange] | |
| FVector | EndTranslation | Translation applied to last Pattern Element for Interpolated translation | |
| FVector | Jitter | Upper bound of the range which is sampled to randomly translate each Pattern Element if Jitter is true | |
| FVector | StartTranslation | Translation applied to all Pattern Elements, or to first Pattern Element for Interpolated translation |