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 |
TSharedPtr< FStreamableHandle > FindMatchingHandle
(
TFunction< bool &)> Predicate
) const
Return a TSharedPtr of the first handle among this and descendants which satisfies the predicate.
Either the first matching handle, or nullptr
Parameter |
Description |
---|---|
Predicate |
Conditional applied to each candidate handle |