Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/PackedNormal.h |
| Include | #include "PackedNormal.h" |
Syntax
struct FPackedRGB10A2N
Remarks
A vector, quantized and packed into 32-bits.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | Packed | ||
| union FPackedRGB10A2N::@2959 | Vector | ||
| uint32: 2 | W | ||
| uint32: 10 | X | ||
| uint32: 10 | Y | ||
| uint32: 10 | Z |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPackedRGB10A2N
(
const FVector3f& InVector |
|||
FPackedRGB10A2N
(
const FVector3d& InVector |
|||
FPackedRGB10A2N
(
const FVector4f& InVector |
Functions
| Type | Name | Description | |
|---|---|---|---|
| VectorRegister4Float | |||
| void | Set
(
const FVector3f& InVector |
Set functions. | |
| void | Set
(
const FVector3d& InVector |
||
| void | Set
(
const FVector4f& InVector |
||
| FString | ToString () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FPackedRGB10A2N& B |
||
| void | operator=
(
const FVector3f& InVector |
||
| void | operator=
(
const FVector3d& InVector |
||
| void | operator=
(
const FVector4f& InVector |
||
| bool | operator==
(
const FPackedRGB10A2N& B |
Constants
| Name | Description |
|---|---|
| ZeroVector |