![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Components.h>
Public Member Functions | |
| void | Empty (int32 Slack=0, int32 NumTexCoords=0, int32 NumBoneInfluences=0) |
Public Attributes | |
| TArray< FVector3f > | Position |
| TArray< FVector3f > | TangentX |
| TArray< FVector3f > | TangentY |
| TArray< FVector3f > | TangentZ |
| TArray< TArray< uint16 > > | BoneIndices |
| TArray< TArray< uint16 > > | BoneWeights |
| TArray< TArray< FVector2f >, TInlineAllocator< 1 > > | UVs |
| TArray< FColor > | Color |
|
inline |
| TArray<TArray<FVector2f>, TInlineAllocator<1> > FMeshBuildVertexData::UVs |