| BevelCurve |
float |
Bevel curve is controlling the shape of bevelling varying from concave to linear to convex. |
Expressions/Procedural/TG_Expression_Shape.h |
- EditAnywhere
- BlueprintReadWrite
- Category=NoCategory
- Meta=(TGType="TG_Setting", ClampMin=1, ClampMax=1)
|
| BevelWidth |
float |
Bevel width is the distance from the outline of the shape on which the bevelling function is applied to the generated mask. |
Expressions/Procedural/TG_Expression_Shape.h |
- EditAnywhere
- BlueprintReadWrite
- Category=NoCategory
- Meta=(TGType="TG_Setting", ClampMin=0, ClampMax=1)
|
| Height |
float |
Height representing the relative size of the shape in the generate texture. Height is used in Rectangle and ellipse. |
Expressions/Procedural/TG_Expression_Shape.h |
- EditAnywhere
- BlueprintReadWrite
- Category=NoCategory
- Meta=(TGType="TG_Setting", ClampMin=0, ClampMax=1, EditConditionHides)
|
| Orientation |
float |
Orientation is the 2D rotation of the shape around the center. |
Expressions/Procedural/TG_Expression_Shape.h |
- EditAnywhere
- BlueprintReadWrite
- Category=NoCategory
- Meta=(TGType="TG_Setting", UIMin="-180", ClampMin="-180", UIMax="180", ClampMax="180", Delta="1", Units="Degrees", EditConditionHides)
|
| Output |
FTG_Texture |
The output generated by the pattern. |
Expressions/Procedural/TG_Expression_Shape.h |
- EditAnywhere
- Category=NoCategory
- Meta=(TGType="TG_Output", PinDisplayName="")
|
| PolygonNumSides |
int32 |
The number of sides of the Polygon (only relevant when using the type) |
Expressions/Procedural/TG_Expression_Shape.h |
- EditAnywhere
- BlueprintReadWrite
- Category=NoCategory
- Meta=(TGType="TG_Setting", ClampMin=7, ClampMax=32, EditConditionHides)
|
| Rounding |
float |
Rounding is about the 2D footprint of the shape generated, 0 means the perfect shape, 1 means the most rounded version of the shape. |
Expressions/Procedural/TG_Expression_Shape.h |
- EditAnywhere
- BlueprintReadWrite
- Category=NoCategory
- Meta=(TGType="TG_Setting", ClampMin=0, ClampMax=1, EditConditionHides)
|
| ShapeType |
EShapeType |
Select the geometric primitive shape to generate. |
Expressions/Procedural/TG_Expression_Shape.h |
- EditAnywhere
- BlueprintReadWrite
- Category=NoCategory
- Meta=(TGType="TG_Setting", RegenPinsOnChange)
|
| ShowSDF |
float |
Signed distance function the mathematical function defining the distance to the edge of the shape. |
Expressions/Procedural/TG_Expression_Shape.h |
- EditAnywhere
- BlueprintReadWrite
- Category=NoCategory
- Meta=(TGType="TG_Setting", ClampMin=0, ClampMax=1)
|
| Width |
float |
Width representing the relative size of the shape in the generated texture. For Circle/Triangle/Pentagon hexagon and Polygon it is the radius of the shape relative to the uv domain of the generated texture. |
Expressions/Procedural/TG_Expression_Shape.h |
- EditAnywhere
- BlueprintReadWrite
- Category=NoCategory
- Meta=(TGType="TG_Setting", ClampMin=0, ClampMax=1)
|