Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Subsystems > UAssetEditorSubsystem
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/Subsystems/AssetEditorSubsystem.h |
Include | #include "Subsystems/AssetEditorSubsystem.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/Subsystems/AssetEditorSubsystem.cpp |
bool OpenEditorForAssets_Advanced
&40;
const TArray< UObject &42; > & InAssets,
const EToolkitMode::Type ToolkitMode,
TSharedPtr< IToolkitHost > OpenedFromLevelEditor,
const EAssetTypeActivationOpenedMethod OpenedMethod
&41;
Remarks
Tries to open an editor for all of the specified assets. If any of the assets are already open, it will not create a new editor for them. If all assets are of the same type, the supporting AssetTypeAction (if it exists) is responsible for the details of how to handle opening multiple assets at once.