Sorry team, busy week, away, sick, all sorts.
The hAP is a "Wireless Bridge" to the UniFi WAP?
Yes
You are using the 5Ghz radio to connect the hAP to the UniFi WAP's 5GHZ radio SSID?
Oh yes
You want devices connected to the hAP to "get an IP from the UniFi router and be in that subnet"?
Nailed it.
WLAN 2 is the 5Ghz card.
Obviously changed a few things and passwords because I don't want people to know I set the password to "password" 
So the bridge is getting an IP in the right range, but still no devices connected to the mikrotik are getting a DHCP address from Unifi. Here's the export from the router;
aug/18/2018 21:50:23 by RouterOS 6.42.6
software id = ZAUW-2DPA
model = RouterBOARD 952Ui-5ac2nD
serial number = mySerialNumber
/interface bridge
add fast-forward=no name=bridge1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk eap-methods="" group-ciphers=tkip,aes-ccm
management-protection=allowed mode=dynamic-keys name=secProfile
supplicant-identity="" unicast-ciphers=tkip,aes-ccm wpa2-pre-shared-key=
[myWifiPassword]
/interface wireless
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=20/40mhz-Ce
disabled=no security-profile=secProfile ssid=myWirelessNetwork
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add bridge=bridge1 comment=WIRED: interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 comment=WLAN: interface=wlan1
add bridge=bridge1 interface=wlan2
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=bridge1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/system clock
set time-zone-name=Pacific/Auckland
/system routerboard settings
set silent-boot=no