Navigation
API > API/Runtime > API/Runtime/Engine
A single slot in an SSAM handle table. RegistrationIndex is written by SSAM when the registration is processed; Generation is bumped on Release to invalidate stale handles.
| Name | FSSAMSlot |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Streaming/SimpleStreamableAssetManagerHandle.h |
| Include Path | #include "Streaming/SimpleStreamableAssetManagerHandle.h" |
Syntax
struct FSSAMSlot
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Generation | std::atomic< uint32 > | Streaming/SimpleStreamableAssetManagerHandle.h | ||
| RegistrationIndex | std::atomic< int32 > | Streaming/SimpleStreamableAssetManagerHandle.h |