Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include | #include "Math/UnrealMathFPU.h" |
void VectorIntStoreAligned
(
const VectorRegister4Int & A,
const void * Ptr
)
Remarks
Stores a vector to memory (aligned).
Parameters
| Name | Description |
|---|---|
| Vec | Vector to store |
| Ptr | Aligned Memory pointer |