TMeshAABBTree3::TreeTraversalImpl

Traversal implementation. you can override to customize this if necessary.

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/Spatial/MeshAABBTree3.h

Include

#include "Spatial/MeshAABBTree3.h"

Syntax

virtual void TreeTraversalImpl
(
    int IBox,
    int Depth,
    FTreeTraversal & Traversal,
    const FQueryOptions & Options
) const

Remarks

Traversal implementation. you can override to customize this if necessary.