You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#ROBOMERGE-SOURCE: CL 13181058 via CL 13181060 via CL 13181063 #ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v688-13145358) [CL 13181068 by ori cohen in Main branch]
26 lines
676 B
C++
26 lines
676 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
#pragma once
|
|
|
|
#include "GeometryCollectionTest.h"
|
|
|
|
namespace GeometryCollectionTest
|
|
{
|
|
void Fields_NoiseSample();
|
|
void Fields_RadialIntMask();
|
|
void Fields_RadialFalloff();
|
|
void Fields_PlaneFalloff();
|
|
void Fields_UniformVector();
|
|
void Fields_RaidalVector();
|
|
void Fields_SumVectorFullMult();
|
|
void Fields_SumVectorFullDiv();
|
|
void Fields_SumVectorFullAdd();
|
|
void Fields_SumVectorFullSub();
|
|
void Fields_SumVectorLeftSide();
|
|
void Fields_SumVectorRightSide();
|
|
void Fields_SumScalar();
|
|
void Fields_SumScalarRightSide();
|
|
void Fields_SumScalarLeftSide();
|
|
void Fields_Culling();
|
|
void Fields_SerializeAPI();
|
|
}
|