VectorStoreSignedByte4

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

VectorStoreSignedByte4

(
    const VectorRegister& Vec,
    void* Ptr
)

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

Public function

void

 

VectorStoreSignedByte4

(
    VectorRegister Vec,
    void* Ptr
)

Converts the 4 floats in the vector to 4 int8s, clamped to [-127, 127], and stores to unaligned memory.

Public function

void

 

VectorStoreSignedByte4

(
    const VectorRegister& Vec,
    void* Ptr
)

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