![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DebugRenderSceneProxy.h>
Public Member Functions | |
| FDashedLine (const FVector &InStart, const FVector &InEnd, const FColor &InColor, const float InDashSize) | |
| ENGINE_API void | Draw (FPrimitiveDrawInterface *PDI) const |
Public Attributes | |
| FVector | Start |
| FVector | End |
| FColor | Color |
| float | DashSize |
Struct to gold info about dashed lines to render.
|
inline |
| void FDebugRenderSceneProxy::FDashedLine::Draw | ( | FPrimitiveDrawInterface * | PDI | ) | const |
| FColor FDebugRenderSceneProxy::FDashedLine::Color |
| float FDebugRenderSceneProxy::FDashedLine::DashSize |
| FVector FDebugRenderSceneProxy::FDashedLine::End |
| FVector FDebugRenderSceneProxy::FDashedLine::Start |