You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb Per.Larsson #jira UE-169626 #rnx #preflight 63bd670a71079a8d1c0e837b - Since the API was forcing the caller to pass in a results structure to be filled in, we might as well make it the return value. - Added a ::WasSuccessful method to the results structures that can be used instead of checking if the result had errors or not. - Remove the reset method from FVirtualizationResult/FRehydrationResult as they no longer need it. - The older deprecated methods still use the results enum, so we cannot easily deprecate those enums yet. [CL 23626072 by paul chipchase in ue5-main branch]