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