Navigation
Unreal Engine C++ API Reference > Plugins > AlembicLibrary
References
Module | AlembicLibrary |
Header | /Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h |
Include | #include "AbcImporter.h" |
Syntax
struct FMeshSection
Remarks
Mesh section used for chunking the mesh data during Skeletal mesh building
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TArray< FColor > | Colors | |
![]() |
TArray< uint32 > | Indices | |
![]() |
int32 | MaterialIndex | |
![]() |
uint32 | NumFaces | |
![]() |
uint32 | NumUVSets | |
![]() |
TArray< uint32 > | OriginalIndices | |
![]() |
TArray< FVector > | TangentX | |
![]() |
TArray< FVector > | TangentY | |
![]() |
TArray< FVector > | TangentZ | |
![]() |
TArray< FVector2D >[MAX_TEXCOORDS] | UVs |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FMeshSection () |