Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSimpleStreamableAssetManager
Description
Low-level record-queue primitives. Direct callers bypass the fallback-queueing logic in Register() and the handle-clearing logic in Unregister() internal SSAM use only.
| Name | PushRegisterRecord |
| 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 void PushRegisterRecord
(
FRegister && Record
)