Skip to content

Commit

Permalink
bumped version to 20241122
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeioris committed Nov 22, 2024
1 parent e17ea3c commit 6cd8260
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LuaMachine.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "20241113",
"VersionName": "20241122",
"FriendlyName": "LuaMachine",
"Description": "Expose a Lua api for your project",
"Category": "Scripting",
Expand Down
4 changes: 4 additions & 0 deletions Source/LuaMachine/Private/LuaBlueprintFunctionLibrary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
#include "Serialization/ArrayReader.h"
#include "TextureResource.h"

#if ENGINE_MAJOR_VERSION >= 5 && ENGINE_MINOR_VERSION >= 5
#include "Engine/BlueprintGeneratedClass.h"
#endif

FLuaValue ULuaBlueprintFunctionLibrary::LuaCreateNil()
{
return FLuaValue();
Expand Down

0 comments on commit 6cd8260

Please sign in to comment.