Description

There is a line of code in PropertyEditor.h in FPropertyEditor::GetEditConditionPropertyAddress that is duplicated. It does not cause an issue but it is also an unnecessary line. The line is #695 and 697:

 NewCondition.Object = ComplexParentNode->AsStructureNode() ? TWeakObjectPtr<UObject>(ComplexParentNode->GetBaseStructure()) : ComplexParentNode->GetInstanceAsUObject(Index); 
Steps to Reproduce

N/A - Code issue

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-56369 in the post.

0
Login to Vote

Fixed
ComponentTools
Affects Versions4.194.20
Target Fix4.20
Fix Commit3966739
Main Commit4052378
Release Commit4095966
CreatedMar 21, 2018
ResolvedMar 27, 2018
UpdatedFeb 4, 2019