TSphere::Raycast

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/Sphere.h"

Syntax

virtual bool Raycast
(
    const TVector< T, d > & StartPoint,
    const TVector< T, d > & Dir,
    const T Length,
    const T Thickness,
    T & OutTime,
    TVector< T, d > & OutPosition,
    TVector< T, d > & OutNormal,
    int32 & OutFaceIndex
) const

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