Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FDebugRenderSceneProxy
| Name | EDrawType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/DebugRenderSceneProxy.h |
| Include Path | #include "DebugRenderSceneProxy.h" |
Syntax
enum EDrawType
{
SolidMesh = 0,
WireMesh = 1,
SolidAndWireMeshes = 2,
Invalid = 3,
}
Values
| Name | Remarks |
|---|---|
| SolidMesh | |
| WireMesh | |
| SolidAndWireMeshes | |
| Invalid |