Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FAssetEditorToolkit
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool OnRequestClose () |
Called when this toolkit is requested to close. Returns false if closing should be prevented. | Toolkits/AssetEditorToolkit.h | |
virtual bool OnRequestClose
(
EAssetEditorCloseReason InCloseReason |
Called when this toolkit is requested to close. Returns false if closing should be prevented. | Toolkits/AssetEditorToolkit.h |
OnRequestClose()
Description
Called when this toolkit is requested to close. Returns false if closing should be prevented.
| Name | OnRequestClose |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Toolkits/AssetEditorToolkit.h |
| Include Path | #include "Toolkits/AssetEditorToolkit.h" |
virtual bool OnRequestClose()
OnRequestClose(EAssetEditorCloseReason)
Description
Called when this toolkit is requested to close. Returns false if closing should be prevented.
| Name | OnRequestClose |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Toolkits/AssetEditorToolkit.h |
| Include Path | #include "Toolkits/AssetEditorToolkit.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Toolkits/AssetEditorToolkit.cpp |
virtual bool OnRequestClose
(
EAssetEditorCloseReason InCloseReason
)