Navigation
API > API/Editor > API/Editor/PropertyEditor
Description
Makes a class picker widget for the given instanced editinline UObject property handle. Shares code with SPropertyEditorInline, but doesn't create a combo button, just the class picker.
| Name | PropertyCustomizationHelpers::MakeEditInlineObjectClassPicker |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include Path | #include "PropertyCustomizationHelpers.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/PropertyCustomizationHelpers.cpp |
namespace PropertyCustomizationHelpers
{
TSharedRef < SWidget > PropertyCustomizationHelpers::MakeEditInlineObjectClassPicker
(
TSharedRef < IPropertyHandle > PropertyHandle,
FOnClassPicked OnClassPicked,
TSharedPtr < IClassViewerFilter > AdditionalClassFilter
)
}