Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
Capture for variant names, e.g. for dynamic columns or hierarchies, so the name can be passed in as a template argument.
| Name | TVariantName |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/DataStorage/CommonTypes.h |
| Include Path | #include "DataStorage/CommonTypes.h" |
Syntax
template<int N>
struct TVariantName
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr TVariantName () |
DataStorage/CommonTypes.h | ||
constexpr TVariantName
(
const char(&) InName |
DataStorage/CommonTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Size | int | DataStorage/CommonTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | char | DataStorage/CommonTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetName() |
DataStorage/CommonTypes.h |