Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h |
Include |
#include "Engine/StreamableManager.h" |
Source |
/Engine/Source/Runtime/Engine/Private/StreamableManager.cpp |
bool GetActiveHandles
(
const FSoftObjectPath & Target,
TArray< TSharedRef< FStreamableHandle >> & HandleList,
bool bOnlyManagedHandles
) const
Gets list of handles that are directly referencing this asset, returns true if any found. Combined Handles will not be returned by this function.
Parameter |
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 |