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