Navigation
Unreal Engine C++ API Reference > Editor > AddContentDialog
Inheritance Hierarchy
References
Module | AddContentDialog |
Header | /Engine/Source/Editor/AddContentDialog/Public/IAddContentDialogModule.h |
Include | #include "IAddContentDialogModule.h" |
Syntax
class IAddContentDialogModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface)
Remarks
Defines methods for interacting with the Add Content Dialog.
Functions
Type | Name | Description |
---|---|---|
TSharedRef< ... | GetContentSourceProviderManager () | Gets the object responsible for managing content source providers. |
void | ShowDialog ( TSharedRef< SWindow > ParentWindow ) | Creates a dialog for adding existing content to a project. |