Navigation
API > API/Editor > API/Editor/EditorFramework > API/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 | |
|---|---|---|---|
| UTypedElementCommonActions * | Get the typed element common actions for the asset editor. | ||
| UWorld * | Gets the world on which the asset editor performs actions. | ||
| UTypedElementSelectionSet * | Get the selection set that the asset editor uses. | ||
| IToolkitHost * | Get the toolkit host associated with our asset editor. | ||
| const UTypedElementSelectionSet * | Get the selection set that the asset editor uses. | ||
| const IToolkitHost * | Get the toolkit host associated with our asset editor. |