Files
UnrealEngineUWP/Engine/Source/Developer/Localization
Yuriy ODonnell ce3ca9775c Fixed compile errors when compiling Win64 Clang Editor config due to FLocTextHelper move ctor and assignment.
FLocTextConflicts ConflictTracker member is explicitly marked non-copyable / movable, therefore default move for FLocTextHelper can't be generated. There is currently no reason for FLocTextHelper to be movable, therefore default move ops are now simply removed from code. Move ops can be added to FLocTextConflicts if necessary in the future.

#rb arciel.rekman
#jira UE-72151
#lockdown cristina.riveron

[CL 5773428 by Yuriy ODonnell in 4.22 branch]
2019-04-08 08:17:30 -04:00
..