Navigation
API > API/Plugins > API/Plugins/GLTFCore > API/Plugins/GLTFCore/FAsset
References
| Module | GLTFCore |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFAsset.h |
| Include | #include "GLTFAsset.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Private/GLTF/GLTFAsset.cpp |
void Clear
(
uint32 BinBufferKBytes,
uint32 ExtraBinBufferKBytes
)
Remarks
Will clear the asset's buffers.
Only reserves buffers if they had any existing data.
Parameters
| Name | Description |
|---|---|
| BinBufferKBytes | bytes to reserve for the bin chunk buffer. |
| ExtraBinBufferKBytes | bytes to reserve for the extra binary buffer(eg. image, mime data, etc.) |