SocketIOClient-Unreal icon indicating copy to clipboard operation
SocketIOClient-Unreal copied to clipboard

Deleting socketIOclient in Unreal 5.0.3

Open mazlum1414 opened this issue 1 year ago • 8 comments

Hello, I'm using the DSSLite plugin, I didn't have any problems in 4.27, but I passed 5.0.3 and I call the socketIOClient with the blueprint library, it is deleted when I turn the engine off and on.

mazlum1414 avatar Aug 22 '22 12:08 mazlum1414

@getnamo

mazlum1414 avatar Aug 22 '22 12:08 mazlum1414

There's not enough information here to help. What's to delete? What's happening when you're turning the engine off? How is the DSSLite plugin relevant?

Reinstall the plugin?

getnamo avatar Aug 22 '22 14:08 getnamo

1 I create an actor and put it on the map I add SocketIOClient component inside 2 Actor I am referencing 3 Player satate 4 Then I pull that reference inside my ALS_Advanced Character so I can send data to the Socket inside the character

Then I save and turn off the engine. When I exit, the socketIOclient, which is the reference in the character, does not seem to be deleted, but also in the player state.

mazlum1414 avatar Aug 22 '22 15:08 mazlum1414

I'm going to delete the Socket IO Plugin made for 5.0.3 and use the 4.27 plugin on ue5, let's see if it gets better there.

mazlum1414 avatar Aug 22 '22 15:08 mazlum1414

Any news?

tinchoforever avatar Aug 30 '22 20:08 tinchoforever

Any news?

yes, using child actor for character solves the problem

mazlum1414 avatar Aug 30 '22 20:08 mazlum1414

Guys,

Change Default to PreDefault in SocketIOClient.uplugin

Modules": [ { "Name": "SocketIOClient", "Type": "Runtime", "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Win64", "Linux", "Mac", "Android", "IOS" ] },

MaximeM avatar Sep 02 '22 07:09 MaximeM

Çocuklar,

SocketIOClient.uplugin'de Varsayılanı PreDefault olarak değiştirin

Modüller": [ { "Ad": "SocketIOClient", "Tür": "Çalışma Zamanı", "Yükleme Aşaması": "Ön Varsayılan", "Beyaz ListePlatformları" : [ "Win64", "Linux", "Mac", "Android", "IOS" ] },

Thank you my friend, it's solved like this, I haven't exported it yet, I wonder if it will cause problems while exporting.

mazlum1414 avatar Sep 04 '22 02:09 mazlum1414