Files
UnrealEvent/Project/Source/FortniteGame/Private/FortUICameraFrameTargetBounds.cpp
2026-04-22 15:51:07 +02:00

8 lines
186 B
C++

#include "FortUICameraFrameTargetBounds.h"
FFortUICameraFrameTargetBounds::FFortUICameraFrameTargetBounds() {
this->CylinderHalfHeight = 0.00f;
this->CylinderRadius = 0.00f;
}