![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PackedVector.h>
Public Member Functions | |
| FFixedRGBASigned8 () | |
| CORE_API | FFixedRGBASigned8 (const FLinearColor &Src) |
| CORE_API FLinearColor | ToLinearColor () const |
Public Attributes | ||
| union { | ||
| struct { | ||
| int8 R | ||
| int8 G | ||
| int8 B | ||
| int8 A | ||
| } | ||
| uint32 Packed | ||
| }; | ||
4 component vector corresponding to PF_R8G8B8A8_SNORM. This differs from FColor which is BGRA.
|
inline |
|
explicit |
| FLinearColor FFixedRGBASigned8::ToLinearColor | ( | ) | const |
| union { ... } FFixedRGBASigned8 |
| int8 FFixedRGBASigned8::A |
| int8 FFixedRGBASigned8::B |
| int8 FFixedRGBASigned8::G |
| uint32 FFixedRGBASigned8::Packed |
| int8 FFixedRGBASigned8::R |