FContentBrowserModule::AddAssetViewExtraStateGenerator

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

Unreal Engine C++ API Reference > 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](API\Runtime\Core\Delegates\FDelegateHandle) AddAssetViewExtraStateGenerator
(
    const [FAssetViewExtraStateGenerator](API\Editor\ContentBrowser\FAssetViewExtraStateGenerator) & Generator
)

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library