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

#include <kDOP.h>

Public Attributes

FVector3SOA Positions [3]
 
FVector4SOA Normals
 
uint32 Payload [4]
 

Detailed Description

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

Member Data Documentation

◆ Normals

FVector4SOA FTriangleSOA::Normals

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

◆ Payload

uint32 FTriangleSOA::Payload

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

◆ Positions

FVector3SOA FTriangleSOA::Positions

3 vertex positions for each of the 4 triangles.


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