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