From 62394b4b1d64bc643a864a59f34c96516d5e5af7 Mon Sep 17 00:00:00 2001 From: LcrW Date: Mon, 10 May 2021 21:37:01 +0100 Subject: [PATCH] Update CppStaticClassTemplate.h --- Content/Editor/Scripting/CppStaticClassTemplate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content/Editor/Scripting/CppStaticClassTemplate.h b/Content/Editor/Scripting/CppStaticClassTemplate.h index c037f3564..bf207a1e0 100644 --- a/Content/Editor/Scripting/CppStaticClassTemplate.h +++ b/Content/Editor/Scripting/CppStaticClassTemplate.h @@ -15,5 +15,5 @@ public: /// /// Vector4 parameter /// void - API_FUNCTION() void RunNativeAction(Vector4 data); + API_FUNCTION() static void RunNativeAction(Vector4 data); };