Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/Expressions > API/Plugins/TextureGraph/Expressions/Procedural
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UTG_Expression
- UTG_Expression_Pattern
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
UCLASS ()
class UTG_Expression_Pattern : public UTG_Expression
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPatternMaskBevel_TS | Bevel | Bevel. | |
| FPatternMaskCutout_TS | Cutout | Cut out. | |
| FGradientDir_TS | GradientDirection | Gradient direction. | |
| FPatternMaskJitter_TS | Jitter | Jitter. | |
| FTG_Texture | Output | The output generated by the pattern. | |
| TEnumAsByte< EPatternType > | PatternType | The type of pattern. | |
| FPatternMaskPlacement_TS | Placement | Placement. |
Overridden from UTG_Expression
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
FTG_EvaluationContext* InContext |
This is THE evaluation call to overwrite. | |
| FName | GetCategory () |
||
| FTG_SignaturePtr | GetSignature () |
||
| FText |
Constants
| Name | Description |
|---|---|
| DefaultSize |