Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSimpleStreamableAssetManager
Description
Recovery path for component / proxy teardown that discovers a still-live SSAM handle (a missed Unregister). The caller has already cleared its handle field; this queues an unregister so the streaming arrays drop their references and the slot is reclaimed.
| Name | RecoverMissedUnregister |
| 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 RecoverMissedUnregister
(
FSSAMPrimitiveHandle Handle
)