Navigation
API > API/Plugins > API/Plugins/GLTFCore
References
| Module | GLTFCore |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFMesh.h |
| Include | #include "GLTFMesh.h" |
Syntax
struct FPrimitive
Variables
| Type | Name | Description | |
|---|---|---|---|
| const int32 | MaterialIndex | ||
| const EMode | Mode | ||
| TArray< FMorphTarget > | MorphTargets | ||
| TArray< FVariantMapping > | VariantMappings |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPrimitive
(
EMode InMode, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | |||
| FMD5Hash | GetHash () |
||
| void | GetJointInfluences
(
TArray< FJointInfluence >& Buffer |
||
| void | GetNormals
(
TArray< FVector3f >& Buffer |
||
| void | GetPositions
(
TArray< FVector3f >& Buffer |
||
| void | GetTangents
(
TArray< FVector4f >& Buffer |
||
| void | GetTexCoords
(
uint32 Index, |
||
| void | GetTriangleIndices
(
TArray< uint32 >& Buffer |
||
| bool | HasColors () |
||
| bool | |||
| bool | HasNormals () |
||
| bool | HasTangents () |
||
| bool | HasTexCoords
(
uint32 Index |
||
| bool | IsValid () |
||
| uint32 | |||
| FTriangle | TriangleVerts
(
uint32 T |
||
| uint32 | VertexCount () |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EMode |