You can’t have the function that gets called through FunctionName
and FunctionClass
be within your uncooked module. Since that module’s not in cooked, that function won’t exist in the cooked build when you run the game.
You’ll need to put it in a function library or some other class in a Runtime module.