VectorStoreURGBA16N

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

VectorStoreURGBA16N

(
    const VectorRegister& Vec,
    void* Ptr
)

Converts the 4 FLOATs in the vector RGBA16, clamped to [0, 65535], and stores to unaligned memory.

Public function

void

 

VectorStoreURGBA16N

(
    const VectorRegister& Vec,
    uint16* Out
)

Converts the 4 FLOATs in the vector RGBA16, clamped to [0, 65535], and stores to unaligned memory.

Public function

void

 

VectorStoreURGBA16N

(
    const VectorRegister& Vec,
    void* Ptr
)

Converts the 4 FLOATs in the vector RGBA16, clamped to [0, 65535], and stores to unaligned memory.

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