Navigation
API > API/Plugins > API/Plugins/TextureGraph
| Name | FPatternMaskJitter_TS |
| Type | struct |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/Expressions/Procedural/TG_Expression_Pattern.h |
| Include Path | #include "Expressions/Procedural/TG_Expression_Pattern.h" |
Syntax
USTRUCT (BlueprintType )
struct FPatternMaskJitter_TS
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AngleSeed | int32 | Seed to control the angle randomness. 0 means no randomness. | Expressions/Procedural/TG_Expression_Pattern.h |
|
| AngleXAmount | float | Amount of angle along the X-axis. | Expressions/Procedural/TG_Expression_Pattern.h |
|
| AngleYAmount | float | Amount of angle along the Y-axis. | Expressions/Procedural/TG_Expression_Pattern.h |
|
| BrightnessAmount | float | Jitter brightness amount. | Expressions/Procedural/TG_Expression_Pattern.h |
|
| BrightnessSeed | int32 | Seed to control the brightness randomness. 0 means no randomness. | Expressions/Procedural/TG_Expression_Pattern.h |
|
| BrightnessThreshold | float | Jitter brightness threshold. | Expressions/Procedural/TG_Expression_Pattern.h |
|
| SizeAmount | float | Size of the jitter. | Expressions/Procedural/TG_Expression_Pattern.h |
|
| SizeSeed | int32 | Seed to control the size randomness. 0 means no randomness. | Expressions/Procedural/TG_Expression_Pattern.h |
|
| SizeThreshold | float | Size threshold. | Expressions/Procedural/TG_Expression_Pattern.h |
|
| TiltSeed | int32 | Seed to control the tilt randomness. 0 means no randomness. | Expressions/Procedural/TG_Expression_Pattern.h |
|
| TiltThreshold | float | Tilt threshold. | Expressions/Procedural/TG_Expression_Pattern.h |
|
| TiltXAmount | float | Amount of tilt along the X-axis. | Expressions/Procedural/TG_Expression_Pattern.h |
|
| TiltYAmount | float | Amount of tilt along the Y-axis. | Expressions/Procedural/TG_Expression_Pattern.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Vector2 Angle() |
Expressions/Procedural/TG_Expression_Pattern.h | ||
void InitFromString
(
const FString& StrVal |
Expressions/Procedural/TG_Expression_Pattern.h | ||
Vector2 Tilt() |
Expressions/Procedural/TG_Expression_Pattern.h | ||
FString ToString() |
Expressions/Procedural/TG_Expression_Pattern.h |