Navigation
API > API/Plugins > API/Plugins/BlueprintHeaderView
| Name | FBlueprintHeaderViewModule |
| Type | class |
| Header File | /Engine/Plugins/Editor/BlueprintHeaderView/Source/BlueprintHeaderView/Public/BlueprintHeaderView.h |
| Include Path | #include "BlueprintHeaderView.h" |
Syntax
class FBlueprintHeaderViewModule : public IModuleInterface
Implements Interfaces
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| HeaderViewStyleSet | TSharedPtr< FSlateStyleSet > | Style set for the header view | BlueprintHeaderView.h |
| HeaderViewTableRowStyle | FTableRowStyle | TableRow style for the Header View Output | BlueprintHeaderView.h |
| HeaderViewTextStyle | FTextBlockStyle | Text style for the Header View Output | BlueprintHeaderView.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ContentBrowserExtenderDelegateHandle | FDelegateHandle | Handle to our delegate so we can remove it at module shutdown | BlueprintHeaderView.h |
Functions
Public
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
BlueprintHeaderView.h | ||
virtual void StartupModule() |
IModuleInterface implementation | BlueprintHeaderView.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsClassHeaderViewSupported
(
const UClass* InClass |
Returns whether the Header View supports the given class | BlueprintHeaderView.h | |
static TSharedRef< FExtender > OnExtendContentBrowserAssetSelectionMenu
(
const TArray< FAssetData >& SelectedAssets |
BlueprintHeaderView.h | ||
static void OpenHeaderViewForAsset
(
FAssetData InAssetData |
BlueprintHeaderView.h |