Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TSSAMHandleTable
Description
Invalidate the handle and recycle the slot. Returns the slot's RegistrationIndex at the moment of invalidation, or INDEX_NONE if the handle was already stale or never assigned an index. Convenience for cleanup callers that want the last-assigned index to drive SSAM-internal teardown without a separate GetIndex call.
Stale handles (generation mismatch) are a safe no-op: the CAS fails, no recycling, INDEX_NONE returned.
| Name | Release |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Streaming/SimpleStreamableAssetManagerHandle.h |
| Include Path | #include "Streaming/SimpleStreamableAssetManagerHandle.h" |
int32 Release
(
HandleT SSAMHandle
)