Skip to content

Commit

Permalink
api fix for sio plugin 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Jul 25, 2022
1 parent 6c6294a commit d3210c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NodeJs.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0.0",
"VersionName": "1.2.0",
"FriendlyName": "NodeJs",
"Description": "Embed node.js as an unreal plugin.",
"Category": "Programming",
Expand Down
2 changes: 1 addition & 1 deletion Source/CommandLine/Private/NodeCmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ bool FNodeCmd::RunMainScript(FString ScriptRelativePath, int32 Port)
}

UE_LOG(LogTemp, Log, TEXT("RunScriptStart"));
Socket->OnConnectedCallback = [&, ScriptRelativePath](const FString& InSessionId)
Socket->OnConnectedCallback = [&, ScriptRelativePath](const FString& SocketId, const FString& SessionId)
{
UE_LOG(LogTemp, Log, TEXT("Main script Connected."));

Expand Down

0 comments on commit d3210c6

Please sign in to comment.