Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include | #include "PropertyCustomizationHelpers.h" |
namespace PropertyCustomizationHelpers
{
TSharedRef< SWidget > PropertyCustomizationHelpers::MakeEditInlineObjectClassPicker
(
TSharedRef< IPropertyHandle > PropertyHandle,
FOnClassPicked OnClassPicked,
TSharedPtr< IClassViewerFilter > AdditionalClassFilter
)
}
Remarks
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.