Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
Column containing a non-owning reference to an arbitrary object. It's strongly recommended to also add a FTypedElementScriptStructTypeInfoColumn to make sure the type can be safely recovered.
| Name | FTypedElementExternalObjectColumn |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Columns/TypedElementCompatibilityColumns.h |
| Include Path | #include "Elements/Columns/TypedElementCompatibilityColumns.h" |
Syntax
USTRUCT (Meta=(DisplayName="External object reference"))
struct FTypedElementExternalObjectColumn : public FEditorDataStorageColumn
Inheritance Hierarchy
- FEditorDataStorageColumn → FTypedElementExternalObjectColumn
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Object | void * | Elements/Columns/TypedElementCompatibilityColumns.h |