UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FTypedElementPropertyBagPlaceholderTypeInfoColumn Struct Referencefinal

#include <TypedElementCompatibilityColumns.h>

+ Inheritance diagram for FTypedElementPropertyBagPlaceholderTypeInfoColumn:

Public Attributes

TWeakObjectPtr< const UStructInferredBaseType
 

Detailed Description

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).

Member Data Documentation

◆ InferredBaseType

TWeakObjectPtr<const UStruct> FTypedElementPropertyBagPlaceholderTypeInfoColumn::InferredBaseType

The documentation for this struct was generated from the following file: