Files
UnrealEngineUWP/Engine/Source/Runtime/CoreUObject/Public
Jamie Dale b2714a5f29 Fixed FMemberReference::ResolveMember failing to resolve fields from a parent interface
This was due to TFieldIterator skipping interfaces by default, which is what the various FindField/Property functions use internally.

This change also cleans-up TFieldIterator so that you can control its behavior with a single flags value (rather than 3), via a new constructor that takes a EFieldIterationFlags value (now the default constructor), with the older-style EFieldIteratorFlags values being proxied from the older multi-parameter constructor.

#preflight 60947bffc6c42e0001298c56
#rb Marc.Audy

[CL 16238110 by Jamie Dale in ue5-main branch]
2021-05-07 11:17:07 -04:00
..
2021-04-15 03:49:09 -04:00