Navigation
API > API/Developer > API/Developer/VisualGraphUtils
| Name | EVisualGraphShape |
| Type | enum |
| Header File | /Engine/Source/Developer/VisualGraphUtils/Public/VisualGraphElement.h |
| Include Path | #include "VisualGraphElement.h" |
Syntax
enum EVisualGraphShape
{
Box,
Polygon,
Ellipse,
Circle,
Triangle,
PlainText,
Diamond,
Parallelogram,
House,
}
Values
| Name | Remarks |
|---|---|
| Box | |
| Polygon | |
| Ellipse | |
| Circle | |
| Triangle | |
| PlainText | |
| Diamond | |
| Parallelogram | |
| House |