Navigation
API > API/Plugins > API/Plugins/GLTFCore
References
| Module | GLTFCore |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFNode.h |
| Include | #include "GLTFNode.h" |
Syntax
struct FNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHasLocalBindPose | ||
| int32 | CameraIndex | ||
| TArray< int32 > | Children | ||
| int32 | LightIndex | ||
| FTransform | LocalBindPose | ||
| int32 | MeshIndex | ||
| TArray< float > | MorphTargetWeights | ||
| FString | Name | ||
| int32 | ParentIndex | ||
| int32 | RootJointIndex | ||
| int32 | Skindex | Skindex is the skin used by the mesh at this node. It's not the joints belonging to a skin | |
| TMap< int, FTransform > | SkinIndexToGlobalInverseBindTransform | ||
| TMap< int, FTransform > | SkinIndexToLocalBindPose | ||
| FTransform | Transform | ||
| EType | Type | ||
| FString | UniqueId |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNode () |
Edge case Scenario which is currently not supported: Where multiple skins use the same Joint. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EType |