Navigation
API > API/Plugins > API/Plugins/GLTFCore
| Name | FAttributeAccessors |
| Type | struct |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFMesh.h |
| Include Path | #include "GLTFMesh.h" |
Syntax
struct FAttributeAccessors
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAttributeAccessors
(
const TArray< TPair< EMeshAttributeType, FAccessor& > >& InAttributeAccessors, |
Expects elements in the exact same order as the EMeshAttributeType. | GLTFMesh.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttributeAccessors | TArray< TPair< EMeshAttributeType, FAccessor & > > | GLTFMesh.h | ||
| bMorphTarget | bool | GLTFMesh.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AreAttributeAccessorsValid
(
bool& bHasData, |
GLTFMesh.h | ||
const FAccessor & GetAttributeAccessor
(
const EMeshAttributeType& Type |
GLTFMesh.h | ||
bool HasAttributeAccessor
(
const EMeshAttributeType& Type |
GLTFMesh.h | ||
void HashAttributes
(
FMD5& MD5 |
GLTFMesh.h |