Pre/Post build step in UBT

Bumping this.

Can’t use RuntimeDependencies as it does not preserve directory structure on the platform we’re building for. Would need to copy files from project directory to the packaged build. I found a way to get RuntimeDependencies working correctly by commenting out some lines in the source code, however, this is not feasible for a distributed plugin. Any ideas?