UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FVector3SOA Struct Reference

#include <kDOP.h>

Public Attributes

VectorRegister X
 
VectorRegister Y
 
VectorRegister Z
 

Detailed Description

Stores XYZ from 4 vectors in one Struct Of Arrays.

Member Data Documentation

◆ X

VectorRegister FVector3SOA::X

X = (v0.x, v1.x, v2.x, v3.x)

◆ Y

VectorRegister FVector3SOA::Y

Y = (v0.y, v1.y, v2.y, v3.y)

◆ Z

VectorRegister FVector3SOA::Z

Z = (v0.z, v1.z, v2.z, v3.z)


The documentation for this struct was generated from the following files: