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