Chaos::Raycast

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/Triangle.h"

Syntax

namespace Chaos
{
    virtual bool Chaos::Raycast
    (
        const TVec3< T > & StartPoint,
        const TVec3< T > & Dir,
        const T Length,
        const T Thickness,
        T & OutTime,
        TVec3< T > & OutPosition,
        TVec3< T > & 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