Navigation
Unreal Engine C++ API Reference > 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 |
---|---|---|
FOnGenerateAsse... | IconGenerator | Delegate called to generate an extra icon on an asset view. |
FOnGenerateAsse... | ToolTipGenerator | Delegate called to generate an extra tooltip on an asset view. |
Constructors
Type | Name | Description |
---|---|---|
FAssetViewExtraStateGenerator ( FOnGenerateAssetViewExtraStateIndic..., FOnGenerateAssetViewExtraStateIndic... ) |