FTriangleSOA

Stores 4 triangles in one struct (Struct Of Arrays).

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "kDOP.h"

Syntax

struct FTriangleSOA

Remarks

Stores 4 triangles in one struct (Struct Of Arrays).

Variables

Name Description

Public variable

FVector4SOA

 

Normals

Triangle normal (including -W for a plane) for each of the 4 triangles.

Public variable

uint32[4]

 

Payload

A 32-bit payload value for each of the 4 triangles.

Public variable

FVector3SOA[3]

 

Positions

3 vertex positions for each of the 4 triangles.

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