p.FindAllIntersectionsSingleThreaded

p.FindAllIntersectionsSingleThreaded

#Overview

name: p.FindAllIntersectionsSingleThreaded

This variable is created as a Console Variable (cvar).

It is referenced in 1 C++ source file.

#Summary

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/BoundingVolumeHierarchy.cpp:310

Scope (from outer to inner):

file
namespace    Chaos

Source code excerpt:


	int32 FindAllIntersectionsSingleThreaded = 1;
	FAutoConsoleVariableRef CVarFindAllIntersectionsSingleThreaded(TEXT("p.FindAllIntersectionsSingleThreaded"), FindAllIntersectionsSingleThreaded, TEXT(""));

	template<class OBJECT_ARRAY, class LEAF_TYPE, class T, int d>
	template <typename QUERY_OBJECT>
	void TBoundingVolumeHierarchy<OBJECT_ARRAY, LEAF_TYPE, T, d>::FindAllIntersectionsHelperRecursive(const TBVHNode<T, d>& MyNode, const QUERY_OBJECT& QueryObject, TArray<int32>& AccumulateElements) const
	{
		TAABB<T, d> MBox(MyNode.MMin, MyNode.MMax);