VectorStoreByte4

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

VectorStoreByte4

(
    const VectorRegister& Vec,
    void* Ptr
)

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

Public function

void

 

VectorStoreByte4

(
    VectorRegister Vec,
    void* Ptr
)

Converts the 4 floats in the vector to 4 uint8s, clamped to [0,255], and stores to unaligned memory.

Public function

void

 

VectorStoreByte4

(
    const VectorRegister& Vec,
    void* Ptr
)

Converts the 4 FLOATs in the vector to 4 BYTEs, clamped to [0,255], 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