If fullupdate replication is triggered, then empty the delta. FullUpdate is triggered when delta update reached half of the size of the fullupdate.
Support static object loading
added "exportstatic" on Refresh. This will store list of static objects and a fixed netguid (exportid). Netguid will be updated to exportid during GetRefFromObject call and the client can try to load the static object based on the netguid.
FastArray with ObjectPtr requires this feature, especially the ones with list of static objects
Single proto definition generation
Use GetProtoFieldsDefinition function
GetDefinition_ProtoField function is removed
Fix some compile error after merge with master
Missing b{Declare_PropertyName}Changed in code generation is fixed
Code generation is tested both on 5.2 and 4.27
Runtime tested on 5.2
Support FastArray replication
Support static object loading
Single proto definition generation
Fix some compile error after merge with master
Code generation is tested both on 5.2 and 4.27 Runtime tested on 5.2
Related to: https://github.com/metaworking/channeld-ue-plugin/issues/44 also https://github.com/metaworking/channeld-ue-plugin/issues/34 (global map of static objects)