Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
Short lived view into information about a table. Note: This struct is meant for short term usage only and becomes invalid the moment there's any change to a table.
| Name | FTableInfoView |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/DataStorage/CommonTypes.h |
| Include Path | #include "DataStorage/CommonTypes.h" |
Syntax
struct FTableInfoView
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Derivatives | TConstArrayView< TableHandle > | All declared tables that use this table as a template. | DataStorage/CommonTypes.h | |
| Name | FName | The name of the table. | DataStorage/CommonTypes.h | |
| Parent | TableHandle | If this is a variant then the Parent represents the table used as the basis for the variant. | DataStorage/CommonTypes.h | |
| Type | ETableType | The type of table. | DataStorage/CommonTypes.h | |
| Variants | TConstArrayView< TableHandle > | List of all dynamically created variants of this table. | DataStorage/CommonTypes.h |