Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/IContentBrowserDataModule
Description
Singleton-like access to this module's interface.
Beware of calling this during the shutdown phase. Your module might have been unloaded already (
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/IContentBrowserDataModule.h |
| Include Path | #include "IContentBrowserDataModule.h" |
static IContentBrowserDataModule & Get()
Returns the singleton instance, loading the module on demand if needed.
See Also
- GetPtr).