Navigation
API > API/Plugins > API/Plugins/TextureGraph
| Name | FPatternMaskPlacement_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 FPatternMaskPlacement_TS
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Offset | float | The offset offset of the pattern. | Expressions/Procedural/TG_Expression_Pattern.h |
|
| OffsetHorizontal | bool | Whether it's a horizontal or a vertical offset. | Expressions/Procedural/TG_Expression_Pattern.h |
|
| RepeatX | int32 | The number of repetitions along the X-axis. | Expressions/Procedural/TG_Expression_Pattern.h |
|
| RepeatY | int32 | The number of repetitions along the Y-axis. | Expressions/Procedural/TG_Expression_Pattern.h |
|
| SpacingX | float | The spacing between each pattern along X-axis. | Expressions/Procedural/TG_Expression_Pattern.h |
|
| SpacingY | float | The spacing between each pattern along Y-axis. | Expressions/Procedural/TG_Expression_Pattern.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitFromString
(
const FString& StrVal |
Expressions/Procedural/TG_Expression_Pattern.h | ||
Vector2 OffsetValue() |
Expressions/Procedural/TG_Expression_Pattern.h | ||
Vector2 Repeat() |
Expressions/Procedural/TG_Expression_Pattern.h | ||
Vector2 Spacing() |
Expressions/Procedural/TG_Expression_Pattern.h | ||
FString ToString() |
Expressions/Procedural/TG_Expression_Pattern.h |