![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"Go to the source code of this file.
| #define CLOSEPROXIMITY 500.f |
| #define CLOSEPROXIMITYSQUARED (CLOSEPROXIMITY*CLOSEPROXIMITY) |
| #define FARSIGHTTHRESHOLD 8000.f |
| #define FARSIGHTTHRESHOLDSQUARED (FARSIGHTTHRESHOLD*FARSIGHTTHRESHOLD) |
| #define MEDSIGHTTHRESHOLD 3162.f |
| #define MEDSIGHTTHRESHOLDSQUARED (MEDSIGHTTHRESHOLD*MEDSIGHTTHRESHOLD) |
| #define NEARSIGHTTHRESHOLD 2000.f |
| #define NEARSIGHTTHRESHOLDSQUARED (NEARSIGHTTHRESHOLD*NEARSIGHTTHRESHOLD) |