Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FExtensibilityManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< FExtender > GetAllExtenders () |
Gets all extenders, consolidated, for use by the editor to be extended | Toolkits/AssetEditorToolkit.h | |
virtual TSharedPtr< FExtender > GetAllExtenders
(
const TSharedRef< FUICommandList >& CommandList, |
Gets all extenders and asset editor extenders from delegates consolidated | Toolkits/AssetEditorToolkit.h |
GetAllExtenders()
Description
Gets all extenders, consolidated, for use by the editor to be extended
| Name | GetAllExtenders |
| 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 TSharedPtr < FExtender > GetAllExtenders()
GetAllExtenders(const TSharedRef< FUICommandList > &, const TArray< UObject * > &)
Description
Gets all extenders and asset editor extenders from delegates consolidated
| Name | GetAllExtenders |
| 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 TSharedPtr < FExtender > GetAllExtenders
(
const TSharedRef < FUICommandList > & CommandList,
const TArray < UObject * > & ContextSensitiveObjects
)