Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
| |
|
| Name |
FHierarchyRegistrationParams |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementDataStorageInterface.h |
| Include Path |
#include "Elements/Interfaces/TypedElementDataStorageInterface.h" |
Syntax
struct FHierarchyRegistrationParams
Enums
Public
| Name |
Remarks |
| EBackend |
Selects which storage backend implements this hierarchy. |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Backend |
EBackend |
|
Elements/Interfaces/TypedElementDataStorageInterface.h |
|
| bEnableParentChangedColumn |
bool |
Optionally add a column to any row participating in the hierarchy if its parent changes (useful for change detection). |
Elements/Interfaces/TypedElementDataStorageInterface.h |
|
| Name |
FName |
|
Elements/Interfaces/TypedElementDataStorageInterface.h |
|
| ParentChangedColumn |
const UScriptStruct * |
|
Elements/Interfaces/TypedElementDataStorageInterface.h |
|