Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Toolkits
Inheritance Hierarchy
- IAssetEditorInstance
- FBaseToolkit
- TSharedFromThis
- FAssetEditorToolkit
- FSimpleAssetEditor
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Toolkits/SimpleAssetEditor.h |
| Include | #include "Toolkits/SimpleAssetEditor.h" |
Syntax
class FSimpleAssetEditor : public FAssetEditorToolkit
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FSimpleAssetEditor > | CreateEditor
(
const EToolkitMode::Type Mode, |
||
| TSharedRef< FSimpleAssetEditor > | CreateEditor
(
const EToolkitMode::Type Mode, |
||
| void | InitEditor
(
const EToolkitMode::Type Mode, |
Edits the specified asset object | |
| void | SetPropertyEditingEnabledDelegate
(
FIsPropertyEditingEnabled InPropertyEditingDelegate |
Can be used to disable the details view making it read-only | |
| void | SetPropertyVisibilityDelegate
(
FIsPropertyVisible InVisibilityDelegate |
Used to show or hide certain properties |
Overridden from FAssetEditorToolkit
| Type | Name | Description | |
|---|---|---|---|
| void | FAssetEditorToolkit interface |
Overridden from IAssetEditorInstance
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| bool |
Overridden from IToolkit
| Type | Name | Description | |
|---|---|---|---|
| FText | Returns the localized name of this toolkit type (typically just " |
||
| FName | IToolkit interface | ||
| FText | Returns the localized name of this toolkit | ||
| FText | Returns the localized tooltip text of this toolkit | ||
| FLinearColor | |||
| FString | Returns the localize prefix string to use for tab labels in world-centric mode. | ||
| bool | Returns true if this is the default generic asset editor used by multiple classes | ||
| void | RegisterTabSpawners
(
const TSharedRef< class FTabManager >& TabManager |
IToolkit interface | |
| void | UnregisterTabSpawners
(
const TSharedRef< class FTabManager >& TabManager |
Unregister tabs that this toolkit can spawn |
Typedefs
| Name | Description |
|---|---|
| FGetDetailsViewObjects | Delegate that, given an array of assets, returns an array of objects to use in the details view of an FSimpleAssetEditor |
Constants
| Name | Description |
|---|---|
| PropertiesTabId | The tab ids for all the tabs used |
| SimpleEditorAppIdentifier | App Identifier. |
| ToolkitFName | The name given to all instances of this type of editor |