Navigation
Unreal Engine C++ API Reference > Editor > EditorFramework > Tools
References
Module | EditorFramework |
Header | /Engine/Source/Editor/EditorFramework/Public/Tools/AssetEditorContextInterface.h |
Include | #include "Tools/AssetEditorContextInterface.h" |
Syntax
class IAssetEditorContextInterface
Remarks
An interface for a context object that exposes common functionality of an asset editor.
Functions
Type | Name | Description |
---|---|---|
UTypedElemen... | GetCommonActions () | Get the typed element common actions for the asset editor. |
UWorld * | GetEditingWorld () | Gets the world on which the asset editor performs actions. |
UTypedElemen... | GetMutableSelectionSet () | Get the selection set that the asset editor uses. |
IToolkitHost... | GetMutableToolkitHost () | Get the toolkit host associated with our asset editor. |
const UTyped... | GetSelectionSet () | Get the selection set that the asset editor uses. |
const IToolk... | GetToolkitHost () | Get the toolkit host associated with our asset editor. |