You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]
8 lines
239 B
C++
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;
|