![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <kDOP.h>
Public Attributes | |
| FVector3SOA | Positions [3] |
| FVector4SOA | Normals |
| uint32 | Payload [4] |
Stores 4 triangles in one struct (Struct Of Arrays).
| FVector4SOA FTriangleSOA::Normals |
Triangle normal (including -W for a plane) for each of the 4 triangles.
| uint32 FTriangleSOA::Payload |
A 32-bit payload value for each of the 4 triangles.
| FVector3SOA FTriangleSOA::Positions |
3 vertex positions for each of the 4 triangles.