FAsset::Clear

Will clear the asset's buffers.

Windows
MacOS
Linux

References

Module

GLTFCore

Header

/Engine/Plugins/Editor/GLTFImporter/Source/GLTFCore/Public/GLTFAsset.h

Include

#include "GLTFAsset.h"

Source

/Engine/Plugins/Editor/GLTFImporter/Source/GLTFCore/Private/GLTF/GLTFAsset.cpp

Syntax

void Clear
(
    uint32 BinBufferKBytes,
    uint32 ExtraBinBufferKBytes
)

Remarks

Will clear the asset's buffers.

Parameters

Parameter

Description

BinBufferKBytes

bytes to reserve for the bin chunk buffer.

ExtraBinBufferKBytes

bytes to reserve for the extra binary buffer(eg. image, mime data, etc.) @note Only reserves buffers if they had any existing data.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss