Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStreamableHandle
Description
Return a TSharedPtr of the first handle among this and descendants which satisfies the predicate.
| Name | FindMatchingHandle |
| 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 |
TSharedPtr < FStreamableHandle > FindMatchingHandle
(
TFunction < bool &)> Predicate
) const
Either the first matching handle, or nullptr
Parameters
| Name | Remarks |
|---|---|
| Predicate | Conditional applied to each candidate handle |
See Also
- GetOutermostHandle