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