Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSimpleStreamableAssetManager
Description
Queue a captured asset handle for release through the standard RemovedAssetsRecords drain. Use this instead of ReleaseAssetHandle when the caller owns a handle that may have an active AssetIndex with bound elements the drain is what clears AssetUsedIndices / AssetIndexToBounds4Index / AssetIndexToHandle. Releasing such a handle directly orphans the FAssetBoundElement rows and permanently pins the AssetIndex slot. Falls back to direct release when Instance is null (no drain to process the record).
| Name | QueueRegisteredAssetHandleRelease |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Streaming/SimpleStreamableAssetManager.h |
| Include Path | #include "Streaming/SimpleStreamableAssetManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Streaming/SimpleStreamableAssetManager.cpp |
static void QueueRegisteredAssetHandleRelease
(
FSSAMAssetHandle Handle
)