FStreamableManager::GetActiveHandles

Gets list of handles that are directly referencing this asset, returns true if any found.

Windows
MacOS
Linux

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

Syntax

bool GetActiveHandles
(
    const FSoftObjectPath & Target,
    TArray< TSharedRef< FStreamableHandle >> & HandleList,
    bool bOnlyManagedHandles
) 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

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss