Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSimpleStreamableAssetManager
Description
Cheap predicate for "is this asset tracked by SSAM". Hides the INDEX_NONE sentinel from external callers; returns false for default-constructed or stale handles.
| Name | IsAssetRegistered |
| 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 bool IsAssetRegistered
(
FSSAMAssetHandle Handle
)