Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/Expressions > API/Plugins/TextureGraph/Expressions/Procedural
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/Expressions/Procedural/TG_Expression_Pattern.h |
| Include | #include "Expressions/Procedural/TG_Expression_Pattern.h" |
Syntax
USTRUCT (BlueprintType )
struct FPatternMaskPlacement_TS
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Offset | The offset offset of the pattern. | |
| bool | OffsetHorizontal | Whether it's a horizontal or a vertical offset. | |
| int32 | RepeatX | The number of repetitions along the X-axis. | |
| int32 | RepeatY | The number of repetitions along the Y-axis. | |
| float | SpacingX | The spacing between each pattern along X-axis. | |
| float | SpacingY | The spacing between each pattern along Y-axis. |