Navigation
API > API/Plugins > API/Plugins/GLTFCore
| Name | FBuffer |
| Type | struct |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFAccessor.h |
| Include Path | #include "GLTFAccessor.h" |
Syntax
struct FBuffer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBuffer () |
GLTFAccessor.h | ||
FBuffer
(
uint64 InByteLength |
GLTFAccessor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ByteLength | uint64 | GLTFAccessor.h | ||
| Data | uint8 * | GLTFAccessor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const uint8 * DataAt
(
uint64 Offset |
GLTFAccessor.h | ||
bool IsValid() |
GLTFAccessor.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator=
(
const FBuffer& InBuffer |
GLTFAccessor.h |