Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStreamableHandle
Description
Invokes a callable for each loaded asset if load has succeeded. Some entries will be null if loading failed
| Name | ForEachLoadedAsset |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h |
| Include Path | #include "Engine/StreamableManager.h" |
template<typename CallableT>
void ForEachLoadedAsset
(
CallableT Callable
) const
Parameters
| Name | Remarks |
|---|---|
| Callable | Callable object |