You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Added instanced property type customization
#codereview nick.darnell [CL 2286372 by Matt Kuhlenschmidt in Main branch]
This commit is contained in:
committed by
UnrealBot
parent
ef800d3687
commit
7cd380b314
@@ -35,7 +35,12 @@ FDetailPropertyRow::FDetailPropertyRow(TSharedPtr<FPropertyNode> InPropertyNode,
|
||||
{
|
||||
static FName PropertyEditor("PropertyEditor");
|
||||
FPropertyEditorModule& PropertyEditorModule = FModuleManager::GetModuleChecked<FPropertyEditorModule>(PropertyEditor);
|
||||
FPropertyTypeLayoutCallback LayoutCallback = PropertyEditorModule.GetPropertyTypeCustomization(Property,*PropertyHandle);
|
||||
|
||||
IDetailsViewPrivate& DetailsView = InParentCategory->GetDetailsView();
|
||||
|
||||
TSharedRef<IDetailsView> DetailsViewPtr = StaticCastSharedRef<IDetailsView>( DetailsView.AsShared() );
|
||||
|
||||
FPropertyTypeLayoutCallback LayoutCallback = PropertyEditorModule.GetPropertyTypeCustomization(Property,*PropertyHandle, DetailsViewPtr );
|
||||
if (LayoutCallback.IsValid())
|
||||
{
|
||||
if (PropertyHandle->IsValidHandle())
|
||||
|
||||
Reference in New Issue
Block a user