Navigation
API > API/Runtime > API/Runtime/Core
4 component vector corresponding to PF_R8G8B8A8_SNORM. This differs from FColor which is BGRA.
| Name | FFixedRGBASigned8 |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Math/PackedVector.h |
| Include Path | #include "Math/PackedVector.h" |
Syntax
class FFixedRGBASigned8
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Math/PackedVector.h | |||
FFixedRGBASigned8
(
const FLinearColor& Src |
Math/PackedVector.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| A | int8 | Math/PackedVector.h | ||
| B | int8 | Math/PackedVector.h | ||
| FFixedRGBASigned8 | union FFixedRGBASigned8 | Math/PackedVector.h | ||
| G | int8 | Math/PackedVector.h | ||
| Packed | uint32 | Math/PackedVector.h | ||
| R | int8 | Math/PackedVector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLinearColor ToLinearColor() |
Math/PackedVector.h |