| bInterpolate |
bool |
If true, Scale is linearly interpolated between StartScale and Scale values |
PatternTool.h |
- EditAnywhere
- Category=Scale
- Meta=(InlineEditConditionToggle)
|
| bJitter |
bool |
If true, Scale at each Pattern Element is offset by a uniformly chosen random value in the range of [-ScaleJitterRange, ScaleJitterRange] |
PatternTool.h |
- EditAnywhere
- Category=Scale
- Meta=(InlineEditConditionToggle)
|
| bProportional |
bool |
If true, changes to Start Scale, End Scale, and Jitter are proportional along all the axes |
PatternTool.h |
- EditAnywhere
- Category=Scale
|
| EndScale |
FVector |
Scale applied to last Pattern Element for Interpolated scale |
PatternTool.h |
- EditAnywhere
- Category=Scale
- Meta=(ClampMin=0.001, EditCondition="bInterpolate", Delta=0.01, LinearDeltaSensitivity=1)
|
| Jitter |
FVector |
Upper bound of the range which is sampled to randomly scale each Pattern Element if Jitter is true |
PatternTool.h |
- EditAnywhere
- Category=Scale
- Meta=(ClampMin=0.001, EditCondition="bJitter", Delta=0.01, LinearDeltaSensitivity=1)
|
| StartScale |
FVector |
Scale applied to all Pattern Elements, or to first Pattern Element for Interpolated scale |
PatternTool.h |
- EditAnywhere
- Category=Scale
- Meta=(ClampMin=0.001, Delta=0.01, LinearDeltaSensitivity=1)
|