UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSpacialDebugDraw Class Reference
+ Inheritance diagram for FSpacialDebugDraw:

Public Member Functions

 FSpacialDebugDraw (UWorld *InWorld)
 
virtual void Box (const Chaos::FAABB3 &InBox, const Chaos::FVec3 &InLinearColor, float InThickness) override
 
virtual void Line (const Chaos::FVec3 &InBegin, const Chaos::FVec3 &InEnd, const Chaos::FVec3 &InLinearColor, float InThickness) override
 
- Public Member Functions inherited from Chaos::ISpacialDebugDrawInterface< Chaos::FReal >
virtual ~ISpacialDebugDrawInterface ()=default
 
virtual void Box (const TAABB< Chaos::FReal, 3 > &InBox, const TVector< Chaos::FReal, 3 > &InLinearColor, float InThickness)=0
 
virtual void Line (const TVector< Chaos::FReal, 3 > &InBegin, const TVector< Chaos::FReal, 3 > &InEnd, const TVector< Chaos::FReal, 3 > &InLinearColor, float InThickness)=0
 

Constructor & Destructor Documentation

◆ FSpacialDebugDraw()

FSpacialDebugDraw::FSpacialDebugDraw ( UWorld InWorld)
inline

Member Function Documentation

◆ Box()

virtual void FSpacialDebugDraw::Box ( const Chaos::FAABB3 InBox,
const Chaos::FVec3 InLinearColor,
float  InThickness 
)
inlineoverridevirtual

◆ Line()

virtual void FSpacialDebugDraw::Line ( const Chaos::FVec3 InBegin,
const Chaos::FVec3 InEnd,
const Chaos::FVec3 InLinearColor,
float  InThickness 
)
inlineoverridevirtual

The documentation for this class was generated from the following file: