ISpacialDebugDrawInterface

Can be implemented by external, non-chaos systems to collect / render debug information from spacial structures.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ISpatialAcceleration.h

Include

#include "Chaos/ISpatialAcceleration.h"

Syntax

template<typename T>
class ISpacialDebugDrawInterface

Remarks

Can be implemented by external, non-chaos systems to collect / render debug information from spacial structures. When passed to the debug methods on ISpatialAcceleration the methods will be called out by the spacial structure if implemented for the external system to handle the actual drawing.

Destructors

Functions

Name Description

Public function

void

 

Box

(
    const TAABB< T, 3 >& InBox,
    const TVector< T, 3 >& InLinearCol...,
    float InThickness
)

Public function

void

 

Line

(
    const TVector< T, 3 >& InBegin,
    const TVector< T, 3 >& InEnd,
    const TVector< T, 3 >& InLinearCol...,
    float InThickness
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss