Obtain local ip address

For those still stuck
0.0.0.0 isn’t working for some reason

the following have worked for me

	FIPv4Address Addr;
	FIPv4Address::Parse(localIp->ToString(false), Addr);
1 Like