Navigation
API > API/Plugins > API/Plugins/GLTFCore > API/Plugins/GLTFCore/FAccessor > API/Plugins/GLTFCore/FAccessor/FSparse
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSparse () |
GLTFAccessor.h | ||
FSparse
(
uint32 InCount, |
GLTFAccessor.h |
FSparse()
| Name | FSparse |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFAccessor.h |
| Include Path | #include "GLTFAccessor.h" |
FSparse()
FSparse(uint32, FBufferView &, uint64, EComponentType, FBufferView &, uint64)
| Name | FSparse |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFAccessor.h |
| Include Path | #include "GLTFAccessor.h" |
FSparse
(
uint32 InCount,
FBufferView & InIndicesBufferView,
uint64 InIndicesByteOffset,
EComponentType InIndicesComponentType,
FBufferView & InValuesBufferView,
uint64 InValuesByteOffset
)