Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Engine > API/Runtime/Engine/Engine/FStreamableManager
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h |
Include | #include "Engine/StreamableManager.h" |
Source | /Engine/Source/Runtime/Engine/Private/StreamableManager.cpp |
bool GetActiveHandles
&40;
const FSoftObjectPath & Target,
TArray< TSharedRef< FStreamableHandle >> & HandleList,
bool bOnlyManagedHandles
&41; const
Remarks
Gets list of handles that are directly referencing this asset, returns true if any found. Combined Handles will not be returned by this function.
Parameters
Name | Description |
---|---|
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 |