Files
UnrealEngineUWP/Engine/Source/Editor/PropertyEditor/Private/DetailWidgetRow.cpp
sebastian nordgren aedd43a9d1 Detail property rows that had a custom widget defined for them now correctly call the OverrideResetToDefault delegate given to the custom widget row.
FPropertyHandleImpl also no longer causes an infinite loop of deferred actions when a custom reset to default is set on a property row.

#rb lauren.barnes
#fyi kiaran.ritchie

[CL 14842839 by sebastian nordgren in ue5-main branch]
2020-12-03 06:13:13 -04:00

8 lines
239 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "DetailWidgetRow.h"
#include "PropertyEditorHelpers.h"
const float FDetailWidgetRow::DefaultValueMinWidth = 125.0f;
const float FDetailWidgetRow::DefaultValueMaxWidth = 125.0f;