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