Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
A column that stores an inferred base type for placeholder-typed object references. Note that this will not be the same as the placeholder object type (stored in the class type info column). This column can be used to query for a "base type" determined from the serialization context, for systems that need to look/behave differently based on an inferred base type context (e.g. UI).
| Name | FTypedElementPropertyBagPlaceholderTypeInfoColumn |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Columns/TypedElementCompatibilityColumns.h |
| Include Path | #include "Elements/Columns/TypedElementCompatibilityColumns.h" |
Syntax
USTRUCT (Meta=(DisplayName="Placeholder type info"))
struct FTypedElementPropertyBagPlaceholderTypeInfoColumn : public FEditorDataStorageColumn
Inheritance Hierarchy
- FEditorDataStorageColumn → FTypedElementPropertyBagPlaceholderTypeInfoColumn
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InferredBaseType | TWeakObjectPtr< const UStruct > | Elements/Columns/TypedElementCompatibilityColumns.h |