You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Add property tag extensions Both of those exentions can be created and register as an enum flag which is now serialized as an attribute of UObject during TPS. Registered extensions can them be toggled on/off for specific objects with the intent to modify how TPS operates. i.e. change how delta serialization operates, load to property bags, etc. Needed for the new overridable serialization mode. #lockdown Marc.Audy #jira UE-188847 #rb Devin.Doucette, Maxime.Mercier [FYI] Justin.Marcus, Dave.Belanger [CL 29968511 by francis hurteau in ue5-main branch]