Logo
Explore Help
Sign In
izzy/UnrealEngineUWP
0
0
Fork 0
You've already forked UnrealEngineUWP
mirror of https://github.com/izzy2lost/UnrealEngineUWP.git synced 2026-03-26 18:15:20 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
3c2010d281269994deefcc86297a79247a9aeb34
UnrealEngineUWP/Engine/Source/Editor/PropertyEditor/Private/DetailWidgetRow.cpp

8 lines
239 B
C++
Raw Normal View History

Added new cpp file that was missed in CL14375859. [CL 14376438 by sebastian nordgren in ue5-main branch]
2020-09-23 09:53:40 -04:00
// Copyright Epic Games, Inc. All Rights Reserved.
#include "DetailWidgetRow.h"
#include "PropertyEditorHelpers.h"
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
const float FDetailWidgetRow::DefaultValueMinWidth = 125.0f;
const float FDetailWidgetRow::DefaultValueMaxWidth = 125.0f;
Reference in New Issue Copy Permalink
Powered by Gitea Page: 1711ms Template: 4ms
English
English
Licenses API