Navigation
API > API/Plugins > API/Plugins/TedsSettings
| |
|
| Name |
FSettingsCategoryReferenceColumn |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsSettings/Public/TedsSettingsColumns.h |
| Include Path |
#include "TedsSettingsColumns.h" |
Syntax
USTRUCT (Meta=(DisplayName="Settings Category Reference"))
struct FSettingsCategoryReferenceColumn : public FEditorDataStorageColumn
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CategoryName |
FName |
Store the name as it is frequently accessed to avoid indirection to the row. |
TedsSettingsColumns.h |
|
| CategoryRow |
UE::Editor::DataStorage::RowHandle |
|
TedsSettingsColumns.h |
|