Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/LargeWorldRenderPosition.h |
| Include | #include "Misc/LargeWorldRenderPosition.h" |
Syntax
template<typename TScalar>
struct TLargeWorldRenderScalar
Constructors
| Type | Name | Description | |
|---|---|---|---|
TLargeWorldRenderScalar
(
const TLargeWorldRenderScalar< TInputScalar >& In |
|||
TLargeWorldRenderScalar
(
double InAbsolute |
|||
TLargeWorldRenderScalar
(
TScalar InTile, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| double | GetAbsolute () |
||
| TResult | GetOffset () |
||
| TResult | GetTile () |
||
| FVector3f | GetTileFor
(
FVector InPosition |
||
| double | |||
| TScalar | GetTileSize () |
This should become inline at some point, but keeping it in cpp file for now to make iteration faster when experimenting with tile size. | |
| FMatrix44f | MakeClampedToRelativeWorldMatrix
(
const FVector Origin, |
||
| FMatrix | MakeClampedToRelativeWorldMatrixDouble
(
const FVector Origin, |
||
| FMatrix44f | MakeFromRelativeWorldMatrix
(
const FVector Origin, |
||
| FMatrix | MakeFromRelativeWorldMatrixDouble
(
const FVector Origin, |
||
| TScalar | MakeQuantizedTile
(
double InValue, |
||
| VectorType | MakeQuantizedTile
(
const FVector& InValue, |
||
| TScalar | MakeTile
(
double InValue |
||
| VectorType | MakeTile
(
const FVector& InValue |
||
| FMatrix44f | MakeToRelativeWorldMatrix
(
const FVector Origin, |
||
| FMatrix | MakeToRelativeWorldMatrixDouble
(
const FVector Origin, |
||
| FMatrix44f | SafeCastMatrix
(
const FMatrix& Matrix |
Typedefs
| Name | Description |
|---|---|
| VectorType |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| double | GetOffsetAsDouble is deprecated, please use GetOffset |
||
| double | GetTileAsDouble is deprecated, please use GetTile |