FTreeTraversal

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

class FTreeTraversal

Variables

Name Description

Public variable

TFunction< void...

 

BeginBoxTrianglesF

These functions are called in sequence if NextBoxF returned true and the current node is a leaf.

Public variable

TFunction< void...

 

EndBoxTrianglesF

Public variable

TFunction< bool...

 

NextBoxF

The traversal is terminated at the current node if this function returns false.

Public variable

TFunction< void...

 

NextTriangleF