VectorIntStoreAligned

Stores a vector to memory (aligned).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/UnrealMathFPU.h"

Syntax

void VectorIntStoreAligned
(
    const VectorRegisterInt & A,
    const void * Ptr
)

Remarks

Stores a vector to memory (aligned).

Parameters

Parameter

Description

Vec

Vector to store

Ptr

Aligned Memory pointer

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