VectorLoadURGB10A2N

Loads packed RGB10A2(4 bytes) from unaligned memory and converts them into 4 FLOATs.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/UnrealMathNeon.h

Include

#include "Math/UnrealMathNeon.h"

Syntax

VectorRegister VectorLoadURGB10A2N
(
    void * Ptr
)

Remarks

Loads packed RGB10A2(4 bytes) from unaligned memory and converts them into 4 FLOATs. IMPORTANT: You need to call VectorResetFloatRegisters() before using scalar FLOATs after you've used this intrinsic!

Returns

VectorRegister with 4 FLOATs loaded from Ptr.

Parameters

Parameter

Description

Ptr

Unaligned memory pointer to the RGB10A2(4 bytes).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss