You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix FOptionalProperty flags to not set CPF_ZeroConstructor for inner types with intrusive unset states. Make assignment of TOptional consistent between intrusive and non-intrusive types - always destroy and reconstruct the value. This allows TOptional<const T> to work correctly whether T is intrusive or not. #rb Jamie.Dale, Johan.Torp [CL 33214851 by robert millar in ue5-main branch]