Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/FContentBrowserModule
References
| Module | ContentBrowser |
| Header | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h |
| Include | #include "ContentBrowserModule.h" |
| Source | /Engine/Source/Editor/ContentBrowser/Private/ContentBrowserModule.cpp |
virtual FDelegateHandle AddAssetViewExtraStateGenerator
&40;
const FAssetViewExtraStateGenerator & Generator
&41;
Remarks
Add a generator to add extra state functionality to the content browser's assets. FDelegateHandle the handle to the extra state generator.
Parameters
| Name | Description |
|---|---|
| Generator | the delegates that add functionality. |