Navigation
API > API/Runtime > API/Runtime/RenderCore
A 3x1 of xyz(11:11:10) format.
| Name | FPackedPosition |
| Type | struct |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderUtils.h |
| Include Path | #include "RenderUtils.h" |
Syntax
struct FPackedPosition
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructors. | RenderUtils.h | ||
FPackedPosition
(
const FVector3f& Other |
RenderUtils.h | ||
FPackedPosition
(
const FVector3d& Other |
RenderUtils.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FPackedPosition | union FPackedPosition | RenderUtils.h | ||
| Packed | uint32 | RenderUtils.h | ||
| Vector | FPackedPosition | RenderUtils.h | ||
| X | int32 | RenderUtils.h | ||
| Y | int32 | RenderUtils.h | ||
| Z | int32 | RenderUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
VectorRegister GetVectorRegister() |
Operator VectorRegister | RenderUtils.h | |
void Set
(
const FVector3f& InVector |
Set functions. | RenderUtils.h | |
void Set
(
const FVector3d& InVector |
RenderUtils.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator FVector3f() |
Operator FVector - unpacked to -1 to 1 | RenderUtils.h | |
FPackedPosition & operator=
(
FVector3f Other |
Conversion operators. | RenderUtils.h | |
FPackedPosition & operator=
(
FVector3d Other |
RenderUtils.h |