Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
Column that stores the hash of a label. This is typically paired with FTypedElementLabelColumn, but kept separate in order to iterate quickly over all hash values.
| Name | FTypedElementLabelHashColumn |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Columns/TypedElementLabelColumns.h |
| Include Path | #include "Elements/Columns/TypedElementLabelColumns.h" |
Syntax
USTRUCT (Meta=(DisplayName="Label hash"))
struct FTypedElementLabelHashColumn : public FEditorDataStorageColumn
Inheritance Hierarchy
- FEditorDataStorageColumn → FTypedElementLabelHashColumn
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LabelHash | uint64 | Elements/Columns/TypedElementLabelColumns.h |