A few tiny cleanups
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include "EdGraph/EdGraphPin.h"
|
||||
#include <string_view>
|
||||
#include <string>
|
||||
|
||||
#include "Kismet/BlueprintFunctionLibrary.h"
|
||||
#include "LuaCall.generated.h"
|
||||
|
||||
class UlxLuaValues;
|
||||
@@ -116,7 +116,7 @@ public:
|
||||
////////////////////////////////////////////////////////////
|
||||
|
||||
UCLASS()
|
||||
class INTEGRATION_API UlxLuaCallLibrary : public UObject
|
||||
class INTEGRATION_API UlxLuaCallLibrary : public UBlueprintFunctionLibrary
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user