Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include | #include "PropertyCustomizationHelpers.h" |
namespace PropertyCustomizationHelpers
{
void PropertyCustomizationHelpers::CreateNewInstanceOfEditInlineObjectClass
(
TSharedRef< IPropertyHandle > PropertyHandle,
UClass * Class,
EPropertyValueSetFlags::Type Flags
)
}
Remarks
Creates a new instance of the given object class inside the given property handle, mimicking what the SPropertyEditorEditInline widget does on class selection