Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TOctree2
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
| Include | #include "Math/GenericOctree.h" |
template<typename IterateAllElementsFunc>
void FindAllElements
&40;
const IterateAllElementsFunc & Func
&41; const
Remarks
This function will call the passed in function for all elements in the Octree in node by node in no specified order.
Parameters
| Name | Description |
|---|---|
| Func | Function to call with each Element. |