Sure. You have all the toolchain tools you need to plug this to your own engine.
Either your engine creates Xcode projects (they must follow similar restrictions as Unity's generated projects, e.g. no NIB files, no storyboards, no Swift code) and in which case you may be able to use the Xcode project builder UI directly on it, or your engine creates projects in other formats, in which case you may call the builder's master build script (build.cmd) with the appropriate flags. If you need me to add features or checks in the master build script just tell me.
And in case you're knowledgeable enough, you can even write your own alternative to the master build script that will invoke the compiler, linker and code signer on a tailor-made basis.
Again if you need me to add this or that to the master build script so that it supports the projects your engine generates, I'm totally open to suggestions and improvements.
P.S. I have plans to bring support for Unreal, definitely.