TAABB::Raycast

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/AABB.h"

Source

/Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/AABB.cpp

Syntax

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