Files
UnrealEngineUWP/Engine/Source/Programs/HeadlessChaos/Public/GeometryCollection/GeometryCollectionTestSpatialHash.h
Marc Audy cac1fe0019 Merge UE5/Release-Engine-Staging @ CL# 15299266 to UE5/Main
This represents UE4/Main @ CL# 15277572

[CL 15299962 by Marc Audy in ue5-main branch]
2021-02-03 14:57:28 -04:00

22 lines
330 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "GeometryCollectionTest.h"
namespace GeometryCollectionTest
{
void GetClosestPointsTest1();
void GetClosestPointsTest2();
void GetClosestPointsTest3();
void GetClosestPointTest();
void HashTableUpdateTest();
void HashTablePressureTest();
}