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); };