VectorIntLoad1

Loads 1 int32 from unaligned memory into all components of a vector register.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/UnrealMathFPU.h"

Syntax

VectorRegisterInt VectorIntLoad1
(
    const void * Ptr
)

Remarks

Loads 1 int32 from unaligned memory into all components of a vector register.

Returns

Parameters

Parameter

Description

Ptr

Unaligned memory pointer to the 4 int32s

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