Navigation
API > API/Plugins > API/Plugins/HierarchyTableEditor
| Name | UHierarchyTable_TableTypeHandler |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/HierarchyTable/Source/Editor/Public/HierarchyTableTypeHandler.h |
| Include Path | #include "HierarchyTableTypeHandler.h" |
Syntax
UCLASS (MinimalAPI, Abstract)
class UHierarchyTable_TableTypeHandler : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UHierarchyTable_TableTypeHandler
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanRemoveEntry
(
const int32 EntryIndex |
HierarchyTableTypeHandler.h | ||
virtual bool CanRenameEntry
(
const int32 EntryIndex |
HierarchyTableTypeHandler.h | ||
virtual void ConstructHierarchy() |
Resets and builds the hierarchy table data according to the current table metadata | HierarchyTableTypeHandler.h | |
virtual void ExtendContextMenu
(
FMenuBuilder& MenuBuilder, |
Override to customize the context menu constructed for a particular entry in the table | HierarchyTableTypeHandler.h | |
virtual void ExtendToolbar
(
UToolMenu* ToolMenu, |
Override to add additional buttons to the editor toolbar | HierarchyTableTypeHandler.h | |
virtual bool FactoryConfigureProperties
(
FInstancedStruct& TableType |
Override to provide additional configurable properties when creating a new hierarchy table of this table type | HierarchyTableTypeHandler.h | |
virtual FSlateIcon GetEntryIcon
(
const int32 EntryIndex |
Override to provide an icon for a particular entry in the table | HierarchyTableTypeHandler.h | |
virtual FSlateColor GetEntryIconColor
(
const int32 EntryIndex |
Override to provide an icon color for a particular entry in the table | HierarchyTableTypeHandler.h | |
virtual bool RemoveEntry
(
const int32 EntryIndex |
HierarchyTableTypeHandler.h | ||
virtual bool RenameEntry
(
const int32 EntryIndex, |
HierarchyTableTypeHandler.h | ||
void SetHierarchyTable
(
TObjectPtr< UHierarchyTable > InHierarchyTable |
HierarchyTableTypeHandler.h |