Skip to content

Commit

Permalink
UFunction::Bind
Browse files Browse the repository at this point in the history
  • Loading branch information
crazytuzi committed Sep 13, 2023
1 parent a9c4583 commit 7f7c597
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Plugins/UnLua/Source/UnLua/Private/LuaFunction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,9 @@ void ULuaFunction::Bind()
}
else
{
#if UE_VERSION_OLDER_THAN(5, 3, 0)
#if UE_VERSION_NEWER_THAN(5, 2, 0)
Super::Bind();
#else
SetNativeFunc(ProcessInternal);
#endif
}
Expand Down

0 comments on commit 7f7c597

Please sign in to comment.