Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLargeWorldRenderScalar
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TScalar MakeQuantizedTile
(
double InValue, |
Misc/LargeWorldRenderPosition.h | ||
static VectorType MakeQuantizedTile
(
const FVector& InValue, |
Misc/LargeWorldRenderPosition.h |
MakeQuantizedTile(double, double)
| Name | MakeQuantizedTile |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/LargeWorldRenderPosition.h |
| Include Path | #include "Misc/LargeWorldRenderPosition.h" |
static TScalar MakeQuantizedTile
(
double InValue,
double InQuantization
)
MakeQuantizedTile(const FVector &, double)
| Name | MakeQuantizedTile |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/LargeWorldRenderPosition.h |
| Include Path | #include "Misc/LargeWorldRenderPosition.h" |
static VectorType MakeQuantizedTile
(
const FVector & InValue,
double InQuantization
)