![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DebugRenderSceneProxy.h>
Public Member Functions | |
| FWireCylinder (const FVector &InBase, const FVector &InDirection, const float InRadius, const float InHalfHeight, const FColor &InColor, EDrawType InDrawTypeOverride=EDrawType::Invalid, const float InThickness=0.f) | |
| ENGINE_API void | Draw (FPrimitiveDrawInterface *PDI, EDrawType InDrawType, uint32 InDrawAlpha, FMaterialCache &MaterialCache, int32 ViewIndex, FMeshElementCollector &Collector) const |
Public Attributes | |
| FVector | Base |
| FVector | Direction |
| float | Radius |
| float | HalfHeight |
| FColor | Color |
| float | Thickness |
| EDrawType | DrawTypeOverride = EDrawType::Invalid |
Struct to hold info about cylinders to render.
|
inline |
| void FDebugRenderSceneProxy::FWireCylinder::Draw | ( | FPrimitiveDrawInterface * | PDI, |
| EDrawType | InDrawType, | ||
| uint32 | InDrawAlpha, | ||
| FMaterialCache & | MaterialCache, | ||
| int32 | ViewIndex, | ||
| FMeshElementCollector & | Collector | ||
| ) | const |
| FVector FDebugRenderSceneProxy::FWireCylinder::Base |
| FColor FDebugRenderSceneProxy::FWireCylinder::Color |
| FVector FDebugRenderSceneProxy::FWireCylinder::Direction |
| EDrawType FDebugRenderSceneProxy::FWireCylinder::DrawTypeOverride = EDrawType::Invalid |
| float FDebugRenderSceneProxy::FWireCylinder::HalfHeight |
| float FDebugRenderSceneProxy::FWireCylinder::Radius |
| float FDebugRenderSceneProxy::FWireCylinder::Thickness |