Navigation
API > API/Plugins > API/Plugins/BlueprintHeaderView
Inheritance Hierarchy
- IModuleInterface
- FBlueprintHeaderViewModule
References
| Module | BlueprintHeaderView |
| Header | /Engine/Plugins/Editor/BlueprintHeaderView/Source/BlueprintHeaderView/Public/BlueprintHeaderView.h |
| Include | #include "BlueprintHeaderView.h" |
Syntax
class FBlueprintHeaderViewModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsClassHeaderViewSupported
(
const UClass* InClass |
Returns whether the Header View supports the given class | |
| void | OpenHeaderViewForAsset
(
FAssetData InAssetData |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | IModuleInterface implementation |
Constants
| Name | Description |
|---|---|
| HeaderViewStyleSet | Style set for the header view |
| HeaderViewTableRowStyle | TableRow style for the Header View Output |
| HeaderViewTextStyle | Text style for the Header View Output |