Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FLatentDrawCommand
| Name | EDrawType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/DebugDrawCommand.h |
| Include Path | #include "Chaos/DebugDrawCommand.h" |
Syntax
enum EDrawType
{
Point,
Line,
DirectionalArrow,
Sphere,
Box,
String,
Circle,
Capsule,
}
Values
| Name | Remarks |
|---|---|
| Point | |
| Line | |
| DirectionalArrow | |
| Sphere | |
| Box | |
| String | |
| Circle | |
| Capsule |