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 PredicateFunc, typename IterateFunc>
void FindNodesWithPredicateInternal
&40;
FNodeIndex ParentNodeIndex,
FNodeIndex CurrentNodeIndex,
const FOctreeNodeContext & NodeContext,
const PredicateFunc & Predicate,
const IterateFunc & Func
&41; const