Navigation
API > API/Runtime > API/Runtime/Core
| Name | TLargeWorldRenderScalar |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/LargeWorldRenderPosition.h |
| Include Path | #include "Misc/LargeWorldRenderPosition.h" |
Syntax
template<typename TScalar>
struct TLargeWorldRenderScalar
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Misc/LargeWorldRenderPosition.h | |||
TLargeWorldRenderScalar
(
const TLargeWorldRenderScalar< TInputScalar >& In |
Misc/LargeWorldRenderPosition.h | ||
TLargeWorldRenderScalar
(
double InAbsolute |
Misc/LargeWorldRenderPosition.h | ||
TLargeWorldRenderScalar
(
TScalar InTile, |
Misc/LargeWorldRenderPosition.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| VectorType | UE::Math::TVector< TScalar > | Misc/LargeWorldRenderPosition.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Offset | TScalar | Misc/LargeWorldRenderPosition.h | ||
| Tile | TScalar | Misc/LargeWorldRenderPosition.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double GetAbsolute() |
Misc/LargeWorldRenderPosition.h | ||
TResult GetOffset() |
Misc/LargeWorldRenderPosition.h | ||
double GetOffsetAsDouble() |
Misc/LargeWorldRenderPosition.h | ||
TResult GetTile() |
Misc/LargeWorldRenderPosition.h | ||
double GetTileAsDouble() |
Misc/LargeWorldRenderPosition.h | ||
double GetTileOffset() |
Misc/LargeWorldRenderPosition.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FVector3f GetTileFor
(
FVector InPosition |
Misc/LargeWorldRenderPosition.h | ||
static TScalar GetTileSize() |
Misc/LargeWorldRenderPosition.h | ||
static FMatrix44f MakeClampedToRelativeWorldMatrix
(
const FVector Origin, |
Misc/LargeWorldRenderPosition.h | ||
static FMatrix MakeClampedToRelativeWorldMatrixDouble
(
const FVector Origin, |
Misc/LargeWorldRenderPosition.h | ||
static FMatrix44f MakeFromRelativeWorldMatrix
(
const FVector Origin, |
Misc/LargeWorldRenderPosition.h | ||
static FMatrix MakeFromRelativeWorldMatrixDouble
(
const FVector Origin, |
Misc/LargeWorldRenderPosition.h | ||
static VectorType MakeQuantizedTile
(
const FVector& InValue, |
Misc/LargeWorldRenderPosition.h | ||
static TScalar MakeQuantizedTile
(
double InValue, |
Misc/LargeWorldRenderPosition.h | ||
static VectorType MakeTile
(
const FVector& InValue |
Misc/LargeWorldRenderPosition.h | ||
static TScalar MakeTile
(
double InValue |
Misc/LargeWorldRenderPosition.h | ||
static FMatrix44f MakeToRelativeWorldMatrix
(
const FVector Origin, |
Misc/LargeWorldRenderPosition.h | ||
static FMatrix MakeToRelativeWorldMatrixDouble
(
const FVector Origin, |
Misc/LargeWorldRenderPosition.h | ||
static FMatrix44f SafeCastMatrix
(
const FMatrix& Matrix |
Misc/LargeWorldRenderPosition.h |