FVector3SOA

Stores XYZ from 4 vectors in one Struct Of Arrays.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/kDOP.h

Include

#include "kDOP.h"

Syntax

struct FVector3SOA

Remarks

Stores XYZ from 4 vectors in one Struct Of Arrays.

Variables

Name Description

Public variable

VectorRegister

 

X

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

Public variable

VectorRegister

 

Y

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

Public variable

VectorRegister

 

Z

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

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