![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| struct | TLocation |
Typedefs | |
| using | FLocation64 = TLocation< int64 > |
| using | FLocation32 = TLocation< int32 > |
| using | FLocation8 = TLocation< int8 > |
Functions | |
| template<typename ScalarType > | |
| FArchive & | operator<< (FArchive &Ar, TLocation< ScalarType > &Item) |
| int32 | CalcLevel (double Size) |
| int32 | CalcLevel (float Size) |
| int32 | CalcLevelFromRadius (double Radius) |
| double | GetCellSize (int32 Level) |
| double | GetRecCellSize (int32 Level) |
| FLocation64 | ToCellLoc (int32 Level, const FVector &WorldPos) |
| FLocation64 | CalcLevelAndLocation (const FBoxSphereBounds &BoxSphereBounds) |
| FLocation64 | CalcLevelAndLocation (const FVector4d &Sphere) |
| FLocation64 | CalcLevelAndLocationClamped (const FVector3d &Center, double Radius, int32 FirstLevel) |
| FVector3d | CalcWorldPosition (const FLocation64 &Loc) |
| FLocation64 | ToLevel (const FLocation64 &Loc, int32 Level) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |