Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSimpleStreamableAssetManager
Description
Asset registration index accessors. Module-internal (no export): the raw index is an implementation detail of SSAM's arrays. Tests in Engine/Private/Tests call these directly; other modules should use the handle-taking operations above.
| Name | GetAssetRegistrationIndex |
| 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 int32 GetAssetRegistrationIndex
(
FSSAMAssetHandle Handle
)