VectorLoadFloat1

Loads 1 float from unaligned memory and replicates it to all 4 elements.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/UnrealMathNeon.h"

Syntax

VectorRegister VectorLoadFloat1
(
    const void * Ptr
)

Remarks

Loads 1 float from unaligned memory and replicates it to all 4 elements.

Returns

Parameters

Parameter

Description

Ptr

Unaligned memory pointer to the float

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