Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
Parameters for registering a relation type.
| Name | FRelationRegistrationParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementDataStorageInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementDataStorageInterface.h" |
Syntax
struct FRelationRegistrationParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnableObjectChangedColumn | bool | When true, a tag column is stamped on the Object row whenever a relation of this type is created or destroyed with that row as Object. | Elements/Interfaces/TypedElementDataStorageInterface.h | |
| bEnableSubjectChangedColumn | bool | When true, a tag column is stamped on the Subject row whenever a relation of this type is created or destroyed with that row as Subject. | Elements/Interfaces/TypedElementDataStorageInterface.h | |
| Name | FName | Unique name for this relation type | Elements/Interfaces/TypedElementDataStorageInterface.h | |
| Traits | FTedsRelationTraits | Relation type configuration | Elements/Interfaces/TypedElementDataStorageInterface.h |