Files
UnrealEngineUWP/Engine/Source/Runtime/Core/Public/UObject
francis hurteau b1eccdddf2 Add tagged property serialization control extensions to UObject
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]
2023-11-28 15:32:18 -05:00
..