Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStreamableManager
Description
Gets list of handles that are directly referencing this asset, returns true if any found. Combined Handles will not be returned by this function.
| Name | GetActiveHandles |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h |
| Include Path | #include "Engine/StreamableManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/StreamableManager.cpp |
bool GetActiveHandles
(
const FSoftObjectPath & Target,
TArray < TSharedRef < FStreamableHandle > > & HandleList,
bool bOnlyManagedHandles
) const
Parameters
| Name | Remarks |
|---|---|
| Target | Asset to get active handles for |
| HandleList | Fill in list of active handles |
| bOnlyManagedHandles | If true, only return handles that are managed by this manager, other active handles are skipped |