Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TSSAMHandleTable
Description
Store a new registration index. Stale handles (generation mismatch) are silently no-op in both dev and ship builds to prevent clobbering a slot that has been recycled to a different handle.
| Name | SetIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Streaming/SimpleStreamableAssetManagerHandle.h |
| Include Path | #include "Streaming/SimpleStreamableAssetManagerHandle.h" |
void SetIndex
(
HandleT SSAMHandle,
int32 NewIndex
)