Navigation
API > API/Plugins > API/Plugins/GLTFCore > API/Plugins/GLTFCore/FAccessor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAccessor () |
GLTFAccessor.h | ||
FAccessor
(
uint32 InAccessorIndex, |
Compressed Data sets (FAccessor does not have FBufferView at processing of Accessors, as FBufferview will be created with the processing of the KHR_draco_mesh_compression extension) | GLTFAccessor.h | |
FAccessor
(
uint32 InAccessorIndex, |
GLTFAccessor.h |
FAccessor()
| Name | FAccessor |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFAccessor.h |
| Include Path | #include "GLTFAccessor.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Private/GLTF/GLTFAccessor.cpp |
FAccessor()
FAccessor(uint32, uint32, EType, EComponentType, bool, const FSparse &)
Description
Compressed Data sets (FAccessor does not have FBufferView at processing of Accessors, as FBufferview will be created with the processing of the KHR_draco_mesh_compression extension)
| Name | FAccessor |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFAccessor.h |
| Include Path | #include "GLTFAccessor.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Private/GLTF/GLTFAccessor.cpp |
FAccessor
(
uint32 InAccessorIndex,
uint32 InCount,
EType InType,
EComponentType InCompType,
bool bInNormalized,
const FSparse & InSparse
)
FAccessor(uint32, FBufferView &, uint64, uint32, EType, EComponentType, bool, const FSparse &)
| Name | FAccessor |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFAccessor.h |
| Include Path | #include "GLTFAccessor.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Private/GLTF/GLTFAccessor.cpp |
FAccessor
(
uint32 InAccessorIndex,
FBufferView & InBufferView,
uint64 InOffset,
uint32 InCount,
EType InType,
EComponentType InCompType,
bool bInNormalized,
const FSparse & InSparse
)