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