FContentBrowserModule::AddAssetViewExtraStateGenerator

Add a generator to add extra state functionality to the content browser's assets.

Windows
MacOS
Linux

References

Module

ContentBrowser

Header

/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h

Include

#include "ContentBrowserModule.h"

Source

/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserModule.cpp

Syntax

virtual FDelegateHandle AddAssetViewExtraStateGenerator
(
    const FAssetViewExtraStateGenerator & Generator
)

Remarks

Add a generator to add extra state functionality to the content browser's assets.

Returns

FDelegateHandle the handle to the extra state generator.

Parameters

Parameter

Description

Generator

the delegates that add functionality.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss