Detect build target architecture

I have external precompiled dependencies for a project in a module. How do I determine which architecture the current build process is targeting from both within a .Build.cs file and the actual module code to determine which includes and binaries to refer to / dynamically link?

In a regular project I’d set up the project properties to search for the binaries based on target architecture and platform, but how does one achieve this using UBT?