Navigation
API > API/Editor > API/Editor/ContentBrowser
References
| Module | ContentBrowser |
| Header | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h |
| Include | #include "ContentBrowserModule.h" |
Syntax
class FAssetViewExtraStateGenerator
Remarks
Extra state generator that adds an icon and a corresponding legend entry on an asset.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnGenerateAssetViewExtraStateIndicators | IconGenerator | Delegate called to generate an extra icon on an asset view. | |
| FOnGenerateAssetViewExtraStateIndicators | ToolTipGenerator | Delegate called to generate an extra tooltip on an asset view. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAssetViewExtraStateGenerator
(
FOnGenerateAssetViewExtraStateIndicators InIconGenerator, |