p.Chaos.AABBTransform.Optimized

p.Chaos.AABBTransform.Optimized

#Overview

name: p.Chaos.AABBTransform.Optimized

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/AABB.cpp:23

Scope: file

Source code excerpt:


static bool bChaos_AABBTransform_Optimized = false;
static FAutoConsoleVariableRef CVarChaosAABBTransformOptimized(TEXT("p.Chaos.AABBTransform.Optimized"), bChaos_AABBTransform_Optimized, TEXT("Whether to use optimized AABB transform"));

namespace Chaos
{

template <typename T, int d>
TVector<T, d> TAABB<T, d>::FindClosestPoint(const TVector<T, d>& StartPoint, const T Thickness) const