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

#include <MeshDeformerGeometryReadback.h>

Public Attributes

int32 LODIndex = INDEX_NONE
 
TArray< FVector3fPositions
 
TArray< FVector3fNormals
 
TArray< FVector3fTangents
 
TArray< FVector4fColors
 

Member Data Documentation

◆ Colors

TArray<FVector4f> FMeshDeformerGeometryReadbackVertexDataArrays::Colors

◆ LODIndex

int32 FMeshDeformerGeometryReadbackVertexDataArrays::LODIndex = INDEX_NONE

◆ Normals

TArray<FVector3f> FMeshDeformerGeometryReadbackVertexDataArrays::Normals

◆ Positions

TArray<FVector3f> FMeshDeformerGeometryReadbackVertexDataArrays::Positions

◆ Tangents

TArray<FVector3f> FMeshDeformerGeometryReadbackVertexDataArrays::Tangents

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