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);
N/A - Code issue
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-56369 in the post.