So do you have PostConfigInit option defined anywhere? in the .uproject? In an additional module? If not, then you will need to, simplest solution is to add it to the uproject. Best solution is separate out the Compute Shader class into another module that has PostConfigInit set and execute the Compute Shader from your main module as per normal. Thats how my Fluid Surface plugin is setup.