className stringlengths 1 167 | headerPath stringlengths 14 166 | description stringlengths 0 1.62k | module stringlengths 0 76 | code stringlengths 0 11.4k | variables listlengths 0 395 |
|---|---|---|---|---|---|
FContentBrowserModule::GetOnAssetPathChanged | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h | ContentBrowser | [FOnAssetPathChanged](API\Editor\ContentBrowser\FContentBrowserModule\FOnAssetPathChanged) & GetOnAssetPathChanged() | [] | |
FContentBrowserModule::GetOnAssetSelectionChanged | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h | ContentBrowser | [FOnAssetSelectionChanged](API\Editor\ContentBrowser\FContentBrowserModule\FOnAssetSelectionChanged) & GetOnAssetSelectionChanged() | [] | |
FContentBrowserModule::GetOnContentBrowserSettingChanged | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h | ContentBrowser | [FOnContentBrowserSettingChanged](API\Editor\ContentBrowser\FContentBrowserModule\FOnContentBrowserSettingChanged) & GetOnContentBrowserSettingChanged() | [] | |
FContentBrowserModule::GetOnFilterChanged | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h | Delegate accessors | ContentBrowser | [FOnFilterChanged](API\Editor\ContentBrowser\FContentBrowserModule\FOnFilterChanged) & GetOnFilterChanged() | [] |
FContentBrowserModule::GetOnSearchBoxChanged | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h | ContentBrowser | [FOnSearchBoxChanged](API\Editor\ContentBrowser\FContentBrowserModule\FOnSearchBoxChanged) & GetOnSearchBoxChanged() | [] | |
FContentBrowserModule::GetOnSourcesViewChanged | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h | ContentBrowser | [FOnSourcesViewChanged](API\Editor\ContentBrowser\FContentBrowserModule\FOnSourcesViewChanged) & GetOnSourcesViewChanged() | [] | |
FContentBrowserModule::GetRecentlyOpenedAssets | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h | ContentBrowser | [FMainMRUFavoritesList](API\Editor\UnrealEd\FMainMRUFavoritesList) * GetRecentlyOpenedAssets() const | [] | |
FContentBrowserModule::IsDynamicTagAssetClass | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h | ContentBrowser | bool IsDynamicTagAssetClass ( const [FName](API\Runtime\Core\UObject\FName) & InName ) | [] | |
NumberOfRecentAssetsName | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h | ContentBrowser | static const [FName](API\Runtime\Core\UObject\FName) NumberOfRecentAssetsName; | [] | |
FContentBrowserModule::RemoveAssetViewExtraStateGenerator | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h | Remove an asset view extra state generator. | ContentBrowser | virtual void RemoveAssetViewExtraStateGenerator ( const [FDelegateHandle](API\Runtime\Core\Delegates\FDelegateHandle) & GeneratorHandle ) | [] |
FContentBrowserModule::RemoveDynamicTagAssetClass | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h | ContentBrowser | void RemoveDynamicTagAssetClass ( const [FName](API\Runtime\Core\UObject\FName) & InName ) | [] | |
FContentBrowserModule::ShutdownModule | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h | Called before the plugin is unloaded, right before the plugin object is destroyed. | ContentBrowser | virtual void ShutdownModule() | [] |
FContentBrowserModule::StartupModule | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h | Called right after the plugin DLL has been loaded and the plugin object has been created | ContentBrowser | virtual void StartupModule() | [] |
FContentBrowserModule | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h | Content browser module | ContentBrowser | class FContentBrowserModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface) | [] |
FContentBrowserPluginFilter::ActiveStateChanged | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserPluginFilters.h | Notification that the filter became active or inactive | ContentBrowser | virtual void ActiveStateChanged ( bool bActive ) | [] |
FContentBrowserPluginFilter::BroadcastChangedEvent | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserPluginFilters.h | ContentBrowser | void BroadcastChangedEvent() const | [] | |
FContentBrowserPluginFilter::GetColor | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserPluginFilters.h | Returns the color this filter button will be when displayed as a button | ContentBrowser | virtual [FLinearColor](API\Runtime\Core\Math\FLinearColor) GetColor() const | [] |
FContentBrowserPluginFilter::GetDisplayName | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserPluginFilters.h | Returns the human readable name for this filter | ContentBrowser | [FText](API\Runtime\Core\Internationalization\FText) GetDisplayName() const | [] |
FContentBrowserPluginFilter::GetIconName | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserPluginFilters.h | Returns the name of the icon to use in menu entries | ContentBrowser | virtual [FName](API\Runtime\Core\UObject\FName) GetIconName() const | [] |
FContentBrowserPluginFilter::GetName | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserPluginFilters.h | Returns the system name for this filter | ContentBrowser | [FString](API\Runtime\Core\Containers\FString) GetName() const | [] |
FContentBrowserPluginFilter::GetToolTipText | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserPluginFilters.h | Returns the tooltip for this filter, shown in the filters menu | ContentBrowser | [FText](API\Runtime\Core\Internationalization\FText) GetToolTipText() const | [] |
FContentBrowserPluginFilter::IsInverseFilter | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserPluginFilters.h | Returns true if the filter should be in the list when disabled and not in the list when enabled | ContentBrowser | virtual bool IsInverseFilter() const | [] |
FContentBrowserPluginFilter::LoadSettings | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserPluginFilters.h | Called when the state of a particular Content Browser is being loaded from INI | ContentBrowser | virtual void LoadSettings ( const [FString](API\Runtime\Core\Containers\FString) & IniFilename, const [FString](API\Runtime\Core\Containers\FString) & IniSection, const [FString](API\Runtime\Core\Containers\FString) & SettingsString ) | [] |
FContentBrowserPluginFilter::OnChanged | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserPluginFilters.h | IFilterimplementation. | ContentBrowser | virtual FChangedEvent & OnChanged() | [] |
FContentBrowserPluginFilter::SaveSettings | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserPluginFilters.h | Called when the state of a particular Content Browser is being saved to INI | ContentBrowser | virtual void SaveSettings ( const [FString](API\Runtime\Core\Containers\FString) & IniFilename, const [FString](API\Runtime\Core\Containers\FString) & IniSection, const [FString](API\Runtime\Core\Containers\FString) & SettingsString ) const | [] |
FContentBrowserPluginFilter::SetActive | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserPluginFilters.h | Set this filter as active/inactive | ContentBrowser | void SetActive ( bool bInActive ) | [] |
FContentBrowserPluginFilter | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserPluginFilters.h | ContentBrowser | class FContentBrowserPluginFilter : public [IFilter< FPluginFilterType >](API\Runtime\Core\Misc\IFilter) | [] | |
FContentBrowserPluginFilter_ContentOnlyPlugins::GetDisplayName | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserPluginFilters.h | Returns the human readable name for this filter | ContentBrowser | virtual [FText](API\Runtime\Core\Internationalization\FText) GetDisplayName() const | [] |
FContentBrowserPluginFilter_ContentOnlyPlugins::GetName | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserPluginFilters.h | FFrontendFilterimplementation. | ContentBrowser | virtual [FString](API\Runtime\Core\Containers\FString) GetName() const | [] |
FContentBrowserPluginFilter_ContentOnlyPlugins::GetToolTipText | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserPluginFilters.h | Returns the tooltip for this filter, shown in the filters menu | ContentBrowser | virtual [FText](API\Runtime\Core\Internationalization\FText) GetToolTipText() const | [] |
FContentBrowserPluginFilter_ContentOnlyPlugins::PassesFilter | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserPluginFilters.h | IFilterimplementation. | ContentBrowser | virtual bool PassesFilter ( FPluginFilterType InItem ) const | [] |
FContentBrowserPluginFilter_ContentOnlyPlugins | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserPluginFilters.h | ContentBrowser | class FContentBrowserPluginFilter_ContentOnlyPlugins : public [FContentBrowserPluginFilter](API\Editor\ContentBrowser\FContentBrowserPluginFilter) | [] | |
FContentBrowserSelection::Empty | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h | ContentBrowser | void Empty() | [] | |
FContentBrowserSelection::IsLegacy | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h | ContentBrowser | bool IsLegacy() const | [] | |
FContentBrowserSelection::Num | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h | ContentBrowser | int32 Num() const | [] | |
FContentBrowserSelection::Reset | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h | ContentBrowser | void Reset() | [] | |
FContentBrowserSelection | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h | A selection of items in the Content Browser | ContentBrowser | struct FContentBrowserSelection | [
{
"type": "TArray<FAssetD...",
"name": "SelectedAssets",
"description": "Legacy data - if set will take precedence over SelectedItems."
},
{
"type": "TArray<FString...",
"name": "SelectedFolders",
"description": ""
},
{
"type": "TArray<FConten...",
"name": "SelectedItems",
... |
FFrontendFilter::ActiveStateChanged | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilterBase.h | Notification that the filter became active or inactive | ContentBrowser | virtual void ActiveStateChanged ( bool bActive ) | [] |
FFrontendFilter::GetColor | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilterBase.h | Returns the color this filter button will be when displayed as a button | ContentBrowser | virtual [FLinearColor](API\Runtime\Core\Math\FLinearColor) GetColor() const | [] |
FFrontendFilter::IsInverseFilter | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilterBase.h | Returns true if the filter should be in the list when disabled and not in the list when enabled | ContentBrowser | virtual bool IsInverseFilter() const | [] |
FFrontendFilter::GetIconName | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilterBase.h | Returns the name of the icon to use in menu entries | ContentBrowser | virtual [FName](API\Runtime\Core\UObject\FName) GetIconName() const | [] |
FFrontendFilter::LoadSettings | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilterBase.h | Called when the state of a particular Content Browser is being loaded from INI | ContentBrowser | virtual void LoadSettings ( const [FString](API\Runtime\Core\Containers\FString) & IniFilename, const [FString](API\Runtime\Core\Containers\FString) & IniSection, const [FString](API\Runtime\Core\Containers\FString) & SettingsString ) | [] |
FFrontendFilter::ModifyContextMenu | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilterBase.h | Called when the right-click context menu is being built for this filter | ContentBrowser | virtual void ModifyContextMenu ( [FMenuBuilder](API\Runtime\Slate\Framework\MultiBox\FMenuBuilder) & MenuBuilder ) | [] |
FFrontendFilter::SaveSettings | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilterBase.h | Called when the state of a particular Content Browser is being saved to INI | ContentBrowser | virtual void SaveSettings ( const [FString](API\Runtime\Core\Containers\FString) & IniFilename, const [FString](API\Runtime\Core\Containers\FString) & IniSection, const [FString](API\Runtime\Core\Containers\FString) & SettingsString ) const | [] |
FFrontendFilter::SetCurrentFilter | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilterBase.h | Invoke to set the source filter that is currently used to filter assets in the asset view | ContentBrowser | virtual void SetCurrentFilter ( [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FName](API\Runtime\Core\UObject\FName) > InSourcePaths, const [FContentBrowserDataFilter](API\Editor\ContentBrowserData\FContentBrowserDataFilter) & InBaseFilter ) | [] |
FFrontendFilter::FFrontendFilter | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilterBase.h | ContentBrowser | FFrontendFilter ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FFrontendFilterCategory](API\Editor\ContentBrowser\FFrontendFilterCategory) > InCategory ) | [] | |
FFrontendFilter | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilterBase.h | ContentBrowser | class FFrontendFilter : public [FFilterBase< FAssetFilterType >](API\Developer\ToolWidgets\Filters\FFilterBase) | [] | |
FFrontendFilterCategory::FFrontendFilterCategory | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilterBase.h | ContentBrowser | FFrontendFilterCategory ( const [FText](API\Runtime\Core\Internationalization\FText) & InTitle, const [FText](API\Runtime\Core\Internationalization\FText) & InTooltip ) | [] | |
FFrontendFilterCategory | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilterBase.h | ContentBrowser | class FFrontendFilterCategory : public [FFilterCategory](API\Developer\ToolWidgets\Filters\FFilterCategory) | [] | |
TelemetryID | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserTelemetry.h | ContentBrowser | static constexpr [FGuid](API\Runtime\Core\Misc\FGuid) TelemetryID = FGuid(0xee47ffd0, 0x86c74117, 0x86416a64, 0x85460b31); | [] | |
FFrontendFilterTelemetry::FFrontendFilterTelemetry | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserTelemetry.h | ContentBrowser | FFrontendFilterTelemetry() | [] | |
FFrontendFilterTelemetry::FFrontendFilterTelemetry | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserTelemetry.h | ContentBrowser | FFrontendFilterTelemetry ( [FGuid](API\Runtime\Core\Misc\FGuid) InViewCorrelationGuid, [FGuid](API\Runtime\Core\Misc\FGuid) InFilterSessionCorrelationGuid ) | [] | |
FFrontendFilterTelemetry | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserTelemetry.h | ContentBrowser | struct FFrontendFilterTelemetry | [
{
"type": "double",
"name": "AmortizeDuration",
"description": "Wall clock duration of filtering all items."
},
{
"type": "bool",
"name": "bCompleted",
"description": "Whether this filtering session completed before being interrupted/cancelled in some way."
},
{
"type": "FGuid",
... | |
FFrontendFilter_ArbitraryComparisonOperation::ConvertOperationToString | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | ContentBrowser | static [FString](API\Runtime\Core\Containers\FString) ConvertOperationToString ( ETextFilterComparisonOperation Op ) | [] | |
FFrontendFilter_ArbitraryComparisonOperation::GetDisplayName | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Returns the human readable name for this filter | ContentBrowser | virtual [FText](API\Runtime\Core\Internationalization\FText) GetDisplayName() const | [] |
FFrontendFilter_ArbitraryComparisonOperation::GetKeyValueAsText | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | ContentBrowser | [FText](API\Runtime\Core\Internationalization\FText) GetKeyValueAsText() const | [] | |
FFrontendFilter_ArbitraryComparisonOperation::GetName | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | FFrontendFilterimplementation. | ContentBrowser | virtual [FString](API\Runtime\Core\Containers\FString) GetName() const | [] |
FFrontendFilter_ArbitraryComparisonOperation::GetTargetValueAsText | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | ContentBrowser | [FText](API\Runtime\Core\Internationalization\FText) GetTargetValueAsText() const | [] | |
FFrontendFilter_ArbitraryComparisonOperation::GetToolTipText | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Returns the tooltip for this filter, shown in the filters menu | ContentBrowser | virtual [FText](API\Runtime\Core\Internationalization\FText) GetToolTipText() const | [] |
FFrontendFilter_ArbitraryComparisonOperation::IsComparisonOperationEqualTo | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | ContentBrowser | bool IsComparisonOperationEqualTo ( ETextFilterComparisonOperation TestOp ) const | [] | |
FFrontendFilter_ArbitraryComparisonOperation::LoadSettings | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Called when the state of a particular Content Browser is being loaded from INI | ContentBrowser | virtual void LoadSettings ( const [FString](API\Runtime\Core\Containers\FString) & IniFilename, const [FString](API\Runtime\Core\Containers\FString) & IniSection, const [FString](API\Runtime\Core\Containers\FString) & SettingsString ) | [] |
FFrontendFilter_ArbitraryComparisonOperation::ModifyContextMenu | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Called when the right-click context menu is being built for this filter | ContentBrowser | virtual void ModifyContextMenu ( [FMenuBuilder](API\Runtime\Slate\Framework\MultiBox\FMenuBuilder) & MenuBuilder ) | [] |
FFrontendFilter_ArbitraryComparisonOperation::OnKeyValueTextCommitted | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | ContentBrowser | void OnKeyValueTextCommitted ( const [FText](API\Runtime\Core\Internationalization\FText) & InText, [ETextCommit::Type](API\Runtime\SlateCore\Types\ETextCommit__Type) InCommitType ) | [] | |
FFrontendFilter_ArbitraryComparisonOperation::OnTargetValueTextCommitted | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | ContentBrowser | void OnTargetValueTextCommitted ( const [FText](API\Runtime\Core\Internationalization\FText) & InText, [ETextCommit::Type](API\Runtime\SlateCore\Types\ETextCommit__Type) InCommitType ) | [] | |
FFrontendFilter_ArbitraryComparisonOperation::PassesFilter | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | IFilterimplementation. | ContentBrowser | virtual bool PassesFilter ( FAssetFilterType InItem ) const | [] |
FFrontendFilter_ArbitraryComparisonOperation::SaveSettings | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Called when the state of a particular Content Browser is being saved to INI | ContentBrowser | virtual void SaveSettings ( const [FString](API\Runtime\Core\Containers\FString) & IniFilename, const [FString](API\Runtime\Core\Containers\FString) & IniSection, const [FString](API\Runtime\Core\Containers\FString) & SettingsString ) const | [] |
FFrontendFilter_ArbitraryComparisonOperation::SetComparisonOperation | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | ContentBrowser | void SetComparisonOperation ( ETextFilterComparisonOperation NewOp ) | [] | |
FFrontendFilter_ArbitraryComparisonOperation::FFrontendFilter_ArbitraryComparisonOperation | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | ContentBrowser | FFrontendFilter_ArbitraryComparisonOperation ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FFrontendFilterCategory](API\Editor\ContentBrowser\FFrontendFilterCategory) > InCategory ) | [] | |
FFrontendFilter_ArbitraryComparisonOperation | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | A filter that compares the value of an asset registry tag to a target value | ContentBrowser | class FFrontendFilter_ArbitraryComparisonOperation : public [FFrontendFilter](API\Editor\ContentBrowser\FFrontendFilter) | [
{
"type": "ETextFilterComp...",
"name": "ComparisonOp",
"description": ""
},
{
"type": "FName",
"name": "TagName",
"description": ""
},
{
"type": "FString",
"name": "TargetTagValue",
"description": ""
}
] |
FFrontendFilter_CheckedOut::ActiveStateChanged | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Notification that the filter became active or inactive | ContentBrowser | virtual void ActiveStateChanged ( bool bActive ) | [] |
FFrontendFilter_CheckedOut::GetDisplayName | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Returns the human readable name for this filter | ContentBrowser | virtual [FText](API\Runtime\Core\Internationalization\FText) GetDisplayName() const | [] |
FFrontendFilter_CheckedOut::GetName | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | FFrontendFilterimplementation. | ContentBrowser | virtual [FString](API\Runtime\Core\Containers\FString) GetName() const | [] |
FFrontendFilter_CheckedOut::GetToolTipText | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Returns the tooltip for this filter, shown in the filters menu | ContentBrowser | virtual [FText](API\Runtime\Core\Internationalization\FText) GetToolTipText() const | [] |
FFrontendFilter_CheckedOut::PassesFilter | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | IFilterimplementation. | ContentBrowser | virtual bool PassesFilter ( FAssetFilterType InItem ) const | [] |
FFrontendFilter_CheckedOut::FFrontendFilter_CheckedOut | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | ContentBrowser | FFrontendFilter_CheckedOut ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FFrontendFilterCategory](API\Editor\ContentBrowser\FFrontendFilterCategory) > InCategory ) | [] | |
FFrontendFilter_CheckedOut::SetCurrentFilter | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Invoke to set the source filter that is currently used to filter assets in the asset view | ContentBrowser | virtual void SetCurrentFilter ( [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FName](API\Runtime\Core\UObject\FName) > InSourcePaths, const [FContentBrowserDataFilter](API\Editor\ContentBrowserData\FContentBrowserDataFilter) & InBaseFilter ) | [] |
FFrontendFilter_CheckedOut | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | A filter that displays only checked out assets | ContentBrowser | class FFrontendFilter_CheckedOut : public [FFrontendFilter](API\Editor\ContentBrowser\FFrontendFilter), public [TSharedFromThis< FFrontendFilter_CheckedOut >](API\Runtime\Core\Templates\TSharedFromThis) | [] |
FFrontendFilter_InUseByLoadedLevels::ActiveStateChanged | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Notification that the filter became active or inactive | ContentBrowser | virtual void ActiveStateChanged ( bool bActive ) | [] |
FFrontendFilter_InUseByLoadedLevels::GetDisplayName | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Returns the human readable name for this filter | ContentBrowser | virtual [FText](API\Runtime\Core\Internationalization\FText) GetDisplayName() const | [] |
FFrontendFilter_InUseByLoadedLevels::GetName | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | FFrontendFilterimplementation. | ContentBrowser | virtual [FString](API\Runtime\Core\Containers\FString) GetName() const | [] |
FFrontendFilter_InUseByLoadedLevels::GetToolTipText | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Returns the tooltip for this filter, shown in the filters menu | ContentBrowser | virtual [FText](API\Runtime\Core\Internationalization\FText) GetToolTipText() const | [] |
FFrontendFilter_InUseByLoadedLevels::OnAssetPostCompile | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Handler for when assets are finished compiling | ContentBrowser | void OnAssetPostCompile ( const [TArray](API\Runtime\Core\Containers\TArray)< [FAssetCompileData](API\Runtime\Engine\FAssetCompileData) > & CompiledAssets ) | [] |
FFrontendFilter_InUseByLoadedLevels::OnEditorMapChange | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Handler for when maps change in the editor | ContentBrowser | void OnEditorMapChange ( uint32 MapChangeFlags ) | [] |
FFrontendFilter_InUseByLoadedLevels::OnAssetPostRename | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Handler for when an asset is renamed | ContentBrowser | void OnAssetPostRename ( const [TArray](API\Runtime\Core\Containers\TArray)< [FAssetRenameData](API\Developer\AssetTools\FAssetRenameData) > & AssetsAndNames ) | [] |
FFrontendFilter_InUseByLoadedLevels::PassesFilter | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | IFilterimplementation. | ContentBrowser | virtual bool PassesFilter ( FAssetFilterType InItem ) const | [] |
FFrontendFilter_InUseByLoadedLevels::FFrontendFilter_InUseByLoadedLevels | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Constructor/Destructor | ContentBrowser | FFrontendFilter_InUseByLoadedLevels ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FFrontendFilterCategory](API\Editor\ContentBrowser\FFrontendFilterCategory) > InCategory ) | [] |
FFrontendFilter_InUseByLoadedLevels::~FFrontendFilter_InUseByLoadedLevels | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | ContentBrowser | ~FFrontendFilter_InUseByLoadedLevels() | [] | |
FFrontendFilter_InUseByLoadedLevels | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | A filter that only displays assets used by loaded levels | ContentBrowser | class FFrontendFilter_InUseByLoadedLevels : public [FFrontendFilter](API\Editor\ContentBrowser\FFrontendFilter) | [] |
FFrontendFilter_Modified::GetDisplayName | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Returns the human readable name for this filter | ContentBrowser | virtual [FText](API\Runtime\Core\Internationalization\FText) GetDisplayName() const | [] |
FFrontendFilter_Modified::ActiveStateChanged | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Notification that the filter became active or inactive | ContentBrowser | virtual void ActiveStateChanged ( bool bActive ) | [] |
FFrontendFilter_Modified::GetName | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | FFrontendFilterimplementation. | ContentBrowser | virtual [FString](API\Runtime\Core\Containers\FString) GetName() const | [] |
FFrontendFilter_Modified::GetToolTipText | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Returns the tooltip for this filter, shown in the filters menu | ContentBrowser | virtual [FText](API\Runtime\Core\Internationalization\FText) GetToolTipText() const | [] |
FFrontendFilter_Modified::PassesFilter | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | IFilterimplementation. | ContentBrowser | virtual bool PassesFilter ( FAssetFilterType InItem ) const | [] |
FFrontendFilter_Modified::FFrontendFilter_Modified | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | ContentBrowser | FFrontendFilter_Modified ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FFrontendFilterCategory](API\Editor\ContentBrowser\FFrontendFilterCategory) > InCategory ) | [] | |
FFrontendFilter_Modified::~FFrontendFilter_Modified | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | ContentBrowser | ~FFrontendFilter_Modified() | [] | |
FFrontendFilter_Modified | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | A filter that displays only modified assets | ContentBrowser | class FFrontendFilter_Modified : public [FFrontendFilter](API\Editor\ContentBrowser\FFrontendFilter) | [] |
FFrontendFilter_NotSourceControlled::ActiveStateChanged | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Notification that the filter became active or inactive | ContentBrowser | virtual void ActiveStateChanged ( bool bActive ) | [] |
FFrontendFilter_NotSourceControlled::GetDisplayName | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Returns the human readable name for this filter | ContentBrowser | virtual [FText](API\Runtime\Core\Internationalization\FText) GetDisplayName() const | [] |
FFrontendFilter_NotSourceControlled::GetName | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | FFrontendFilterimplementation. | ContentBrowser | virtual [FString](API\Runtime\Core\Containers\FString) GetName() const | [] |
FFrontendFilter_NotSourceControlled::GetToolTipText | /Engine/Source/Editor/ContentBrowser/Public/FrontendFilters.h | Returns the tooltip for this filter, shown in the filters menu | ContentBrowser | virtual [FText](API\Runtime\Core\Internationalization\FText) GetToolTipText() const | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.