Navigation
API > API/Plugins > API/Plugins/TextureGraph
| Name | EShapeType |
| Type | enum |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/Expressions/Procedural/TG_Expression_Shape.h |
| Include Path | #include "Expressions/Procedural/TG_Expression_Shape.h" |
Syntax
enum EShapeType
{
Circle = 0,
Segment,
Rectangle,
Triangle,
Ellipse,
Pentagon = 5,
Hexagon,
Polygon,
}
Values
| Name | Remarks |
|---|---|
| Circle | |
| Segment | |
| Rectangle | |
| Triangle | |
| Ellipse | |
| Pentagon | |
| Hexagon | |
| Polygon |