VectorLoadURGBA16N

Loads packed RGBA16(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 VectorLoadURGBA16N
(
    void * Ptr
)

Remarks

Loads packed RGBA16(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 RGBA16(8 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