Description

On line 300 of PropertyStruct.cpp, there is the following if check:

if ((Struct->StructFlags & STRUCT_SerializeFromMismatchedTag) && (Tag.Type != NAME_StructProperty || (Tag.StructName != Struct->GetFName())) && Struct->StructFlags & STRUCT_SerializeFromMismatchedTag)

The "Struct->StructFlags & STRUCT_SerializeFromMismatchedTag" condition is repeated twice without a reason.

Steps to Reproduce

N/A Code issue

Have Comments or More Details?

Head over to the existing Questions & Answers thread and let us know what's up.

0
Login to Vote

Fixed
ComponentUE - Foundation - Core
Affects Versions4.134.14
Target Fix4.15
Fix Commit3186664
Main Commit3208270
CreatedNov 3, 2016
ResolvedNov 4, 2016
UpdatedApr 27, 2018