Navigation
API > API/Runtime > API/Runtime/Engine
Types of shape elements
| Name | EVisualLoggerShapeElement |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerTypes.h |
| Include Path | #include "VisualLogger/VisualLoggerTypes.h" |
Syntax
enum EVisualLoggerShapeElement
{
Invalid = 0,
SinglePoint,
Sphere,
WireSphere,
Segment,
Path,
Box,
WireBox,
Cone,
WireCone,
Cylinder,
WireCylinder,
Capsule,
WireCapsule,
Polygon,
Mesh,
NavAreaMesh,
Arrow,
Circle,
WireCircle,
CoordinateSystem,
}
Values
| Name | Remarks |
|---|---|
| Invalid | |
| SinglePoint | |
| Sphere | |
| WireSphere | |
| Segment | |
| Path | |
| Box | |
| WireBox | |
| Cone | |
| WireCone | |
| Cylinder | |
| WireCylinder | |
| Capsule | |
| WireCapsule | |
| Polygon | |
| Mesh | |
| NavAreaMesh | |
| Arrow | |
| Circle | |
| WireCircle | |
| CoordinateSystem |