UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TestUtils.h File Reference
#include "Containers/Array.h"
#include "CoreTypes.h"
#include "Math/UnrealMathUtility.h"

Go to the source code of this file.

Namespaces

namespace  Test
 

Functions

void Test::ResetRandomSeed ()
 
TArray< int32Test::MakeIndexArray (int32 Size)
 
template<typename T >
TArray< T > Test::MakeRandomSubset (const TArray< T > &InArray, int32 Size)
 
template<typename T >
void Test::Shuffle (TArray< T > &OutArray)