Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/UContentBrowserAssetContextMenuC-
Description
Loads the selected assets (if needed) which is based on AssetViewUtils::LoadAssetsIfNeeded, this exists primarily for backwards compatability. Reliance on a black box to determine 'neededness' is not recommended, this function will likely be deprecated a few versions after GetSelectedObjects.
| Name | LoadSelectedObjectsIfNeeded |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserMenuContexts.h |
| Include Path | #include "ContentBrowserMenuContexts.h" |
| Source | /Engine/Source/Editor/ContentBrowser/Private/ContentBrowserMenuContexts.cpp |
UFUNCTION (BlueprintCallable, Category="Tool Menus")
TArray< UObject * > LoadSelectedObjectsIfNeeded() const