%copyright% #pragma once #include "Engine/Scripting/Script.h" #include "Engine/Core/Math/Vector4.h" /// /// %class% Function Library /// API_CLASS(Static) class %module%%class% { DECLARE_SCRIPTING_TYPE_MINIMAL(%class%); public: /// /// Logs the function parameter natively. /// /// Data to pass to native code API_FUNCTION() static void RunNativeAction(Vector4 data); };