channeldorg / channeld-ue-plugin

Enables distributed simulation with Unreal Engine's dedicated servers. 为虚幻引擎专用服务器提供分布式模拟能力的开源插件.
Apache License 2.0
132 stars 38 forks source link

Asset replication #58

Closed indiest closed 1 year ago

indiest commented 1 year ago

Support the replication of asset objects, including Animation, Skeleton, Level, Material, Sound, MovieSceneSequence, etc.

The replication code of properties with the types that implement IInterface_AssetUserData (except ActorComponent, Level, and WorldSettings) is now generated as they are AssetRef, not the UnrealObjectRef.

indiest commented 1 year ago

Hi @Augkit could you please take a look at this PR?