ayumax / ObjectDeliverer

ObjectDeliverer is a data transmission / reception library for Unreal Engine (C ++, Blueprint).
https://www.unrealengine.com/marketplace/ja/slug/objectdeliverer
MIT License
157 stars 36 forks source link

Deprecated, monolithic header and logging #56

Closed lehuan5062 closed 1 year ago

lehuan5062 commented 1 year ago

ObjectDelivererTest.uproject

UE5.2

Plugins/ObjectDeliverer/Source/ObjectDeliverer/Private/Protocol/ProtocolUdpSocketReceiver.cpp

Replace monolithic header Networking.h.

Plugins/ObjectDeliverer/Source/ObjectDeliverer/Private/Utils/JsonSerializer/ODJsonDeserializer.cpp

Replace deprecated function ImportText.

Plugins/ObjectDeliverer/Source/ObjectDeliverer/Private/Utils/LogObjectDeliverer.cpp and LogObjectDeliverer.h

Logging.

Plugins/ObjectDeliverer/Source/ObjectDeliverer/Private/Utils/ODObjectUtil.cpp

Replace deprecated macro ANY_PACKAGE.

Plugins/ObjectDeliverer/Source/ObjectDeliverer/Public/Protocol/ProtocolSocketBase.h

Replace monolithic header Networking.h.

Plugins/ObjectDeliverer/Source/ObjectDeliverer/Public/Protocol/ProtocolTcpIpServer.h

Remove monolithic header Networking.h.

Plugins/ObjectDeliverer/Source/ObjectDeliverer/Public/Protocol/ProtocolUdpSocketReceiver.h

Remove undefined function UdpReceivedCallback.

ayumax commented 1 year ago

Hi lehuan5062. Thanks for making the PR. Also, sorry it took so long for me to see this.