You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]