Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/UContentBrowserAssetContextMenuC-
| Type | Name | Description | |
|---|---|---|---|
| TArray< ExpectedAssetType * > | LoadSelectedObjectsIf
(
TFunctionRef< bool(const FAssetData&AssetData)> PredicateFilter |
Loads the selected assets if the PredicateFilter returns true, and returns an array of the objects. | |
| TArray< ExpectedAssetType * > | LoadSelectedObjectsIf
(
TSet< FName > LoadTags, |
Loads the selected assets if the PredicateFilter returns true, and returns an array of the objects. |