channeldorg / channeld-ue-plugin

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

When generating replication code, handle the case of a struct with parent class #17

Closed Augkit closed 6 months ago

Augkit commented 1 year ago

Generate the proto message as shown below

message ParentStruct {
  ...
}
message ChildStruct {
  ParentStruct parentState = 1;
  ...
}
indiest commented 1 year ago

Vital feature to support the replication in Gameplay Ability System

indiest commented 6 months ago

GAS is supported in v0.7.3