Files
FNGameProj/Source/FortniteGame/Private/FortQueryTest_OnFlatSurface.cpp
2024-01-21 00:41:14 +01:00

10 lines
238 B
C++

#include "FortQueryTest_OnFlatSurface.h"
UFortQueryTest_OnFlatSurface::UFortQueryTest_OnFlatSurface() {
this->Radius = 50.00f;
this->ToleranceZ = 10.00f;
this->TraceOffsetUp = 100.00f;
this->TraceOffsetDown = 100.00f;
}