Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
Column containing a non-owning reference to a UObject.
| Name | FTypedElementUObjectColumn |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Columns/TypedElementCompatibilityColumns.h |
| Include Path | #include "Elements/Columns/TypedElementCompatibilityColumns.h" |
Syntax
USTRUCT (Meta=(DisplayName="UObject reference"))
struct FTypedElementUObjectColumn : public FEditorDataStorageColumn
Inheritance Hierarchy
- FEditorDataStorageColumn → FTypedElementUObjectColumn
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Object | TWeakObjectPtr< UObject > | If the UObject is accessed during an OnRemove event that is triggered by the garbage collection, the UObject will already be marked as unreachable and regular functions to retrieve the UObject will return an nullptr. | Elements/Columns/TypedElementCompatibilityColumns.h |