Navigation
API > API/Runtime > API/Runtime/Core
3 component vector corresponding to DXGI_FORMAT_R11G11B10_FLOAT. Conversion code from XMFLOAT3PK in DirectXPackedVector.h
| Name | FFloat3Packed |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Math/PackedVector.h |
| Include Path | #include "Math/PackedVector.h" |
Syntax
class FFloat3Packed
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Math/PackedVector.h | |||
FFloat3Packed
(
const FLinearColor& Src |
Math/PackedVector.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FFloat3Packed | union FFloat3Packed | Math/PackedVector.h | ||
| v | uint32_t | Math/PackedVector.h | ||
| xe | uint32_t | Math/PackedVector.h | ||
| xm | uint32_t | Math/PackedVector.h | ||
| ye | uint32_t | Math/PackedVector.h | ||
| ym | uint32_t | Math/PackedVector.h | ||
| ze | uint32_t | Math/PackedVector.h | ||
| zm | uint32_t | Math/PackedVector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLinearColor ToLinearColor() |
Math/PackedVector.h |