Navigation
API > API/Editor > API/Editor/ContentBrowser
| Name | FContentBrowserPluginFilter |
| Type | class |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserPluginFilters.h |
| Include Path | #include "ContentBrowserPluginFilters.h" |
Syntax
class FContentBrowserPluginFilter : public IFilter< FPluginFilterType >
Implements Interfaces
- IFilter< FPluginFilterType >
Derived Classes
Classes
| Name | Remarks |
|---|---|
| FSetActiveEvent | This event is broadcast to set this filter active in the content browser it is being used in |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChangedEvent | FChangedEvent | ContentBrowserPluginFilters.h | ||
| SetActiveEvent | FSetActiveEvent | ContentBrowserPluginFilters.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ActiveStateChanged
(
bool bActive |
Notification that the filter became active or inactive | ContentBrowserPluginFilters.h | |
virtual FLinearColor GetColor() |
Returns the color this filter button will be when displayed as a button | ContentBrowserPluginFilters.h | |
FText GetDisplayName() |
Returns the human readable name for this filter | ContentBrowserPluginFilters.h | |
virtual FName GetIconName() |
Returns the name of the icon to use in menu entries | ContentBrowserPluginFilters.h | |
FString GetName() |
Returns the system name for this filter | ContentBrowserPluginFilters.h | |
FText GetToolTipText() |
Returns the tooltip for this filter, shown in the filters menu | ContentBrowserPluginFilters.h | |
virtual bool IsInverseFilter() |
Returns true if the filter should be in the list when disabled and not in the list when enabled | ContentBrowserPluginFilters.h | |
virtual void LoadSettings
(
const FString& IniFilename, |
Called when the state of a particular Content Browser is being loaded from INI | ContentBrowserPluginFilters.h | |
virtual FChangedEvent & OnChanged() |
IFilter implementation. | ContentBrowserPluginFilters.h | |
virtual void SaveSettings
(
const FString& IniFilename, |
Called when the state of a particular Content Browser is being saved to INI | ContentBrowserPluginFilters.h | |
void SetActive
(
bool bInActive |
Set this filter as active/inactive | ContentBrowserPluginFilters.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BroadcastChangedEvent() |
ContentBrowserPluginFilters.h |