Navigation
API > API/Plugins > API/Plugins/GLTFCore
| Name | FMesh |
| Type | struct |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFMesh.h |
| Include Path | #include "GLTFMesh.h" |
Syntax
struct FMesh
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FEntity → FEntityGeom → FMesh
- FHaveStates → FEntity → FEntityGeom → FMesh
- FMesh
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Extras | TMap< FString, FString > | GLTFMesh.h | ||
| MorphTargetNames | TArray< FString > | GLTFMesh.h | ||
| MorphTargetWeights | TArray< float > | GLTFMesh.h | ||
| Name | FString | GLTFMesh.h | ||
| Primitives | TArray< FPrimitive > | GLTFMesh.h | ||
| UniqueId | FString | GLTFMesh.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsValidCache | TOptional< bool > | Validity cache: | GLTFMesh.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GenerateIsValidCache
(
bool GenerateIsValidCacheForPrimitives |
GLTFMesh.h | ||
FMD5Hash GetHash() |
GLTFMesh.h | ||
bool HasColors() |
GLTFMesh.h | ||
bool HasJointWeights() |
GLTFMesh.h | ||
bool HasNormals() |
GLTFMesh.h | ||
bool HasTangents() |
GLTFMesh.h | ||
bool HasTexCoords
(
uint32 Index |
GLTFMesh.h | ||
bool IsValid() |
GLTFMesh.h | ||
int32 NumberOfMorphTargetsPerPrimitive() |
GLTFMesh.h |