Navigation
API > API/Runtime > API/Runtime/Core
3 component vector corresponding to PF_R9G9B9EXP5.
| Name | FFloat3PackedSE |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Math/PackedVector.h |
| Include Path | #include "Math/PackedVector.h" |
Syntax
class FFloat3PackedSE
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Math/PackedVector.h | |||
FFloat3PackedSE
(
const FLinearColor& Src |
Math/PackedVector.h | ||
FFloat3PackedSE
(
uint32 InEncodedValue |
Math/PackedVector.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BMantissa | uint32 | Math/PackedVector.h | ||
| EncodedValue | uint32 | Math/PackedVector.h | ||
| FFloat3PackedSE | union FFloat3PackedSE | Math/PackedVector.h | ||
| GMantissa | uint32 | Math/PackedVector.h | ||
| RMantissa | uint32 | Math/PackedVector.h | ||
| SharedExponent | uint32 | Math/PackedVector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLinearColor ToLinearColor() |
Math/PackedVector.h |