Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
Meta data that's specifically associated with a single column.
| Name | FColumnMetaData |
| Type | class |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementMetaData.h |
| Include Path | #include "Elements/Framework/TypedElementMetaData.h" |
Syntax
class FColumnMetaData : public UE::Editor::DataStorage::FMetaDataBase
Inheritance Hierarchy
- FMetaDataBase → FColumnMetaData
- FColumnMetaData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Elements/Framework/TypedElementMetaData.h | |||
FColumnMetaData
(
const UScriptStruct* InColumnType, |
Elements/Framework/TypedElementMetaData.h |
Enums
Public
| Name | Remarks |
|---|---|
| EFlags |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColumnType | const UScriptStruct * | If set, properties on the column will also be included if a value isn't found in the (im)mutable data map. | Elements/Framework/TypedElementMetaData.h | |
| Flags | EFlags | Flags indicating the behavior of the column | Elements/Framework/TypedElementMetaData.h |
Functions
Public
Overridden from FMetaDataBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FMetaDataEntryView Find
(
FName Name |
Elements/Framework/TypedElementMetaData.h | ||
virtual bool IsEmpty() |
Elements/Framework/TypedElementMetaData.h |