In a UE script, how do I go stopping an order creation?
in beforesubmit i do have a function check that throws an error and returns false thus ending the scope.
but the code in aftersubmit still runs, where the .save .transform and loading happens
so what happens, after throwing the error. the transaction continues to be saved