FOutputDevice on GetLocalBindAddr[RESOLVED]

Hi Guys,

I’m trying to obtain my pc’s local address with the GetLocalBindAddr() function.
But the function requiers a FOutputDevice, this is the line to specify the address binding:

TSharedRef LocalAddr = ISocketSubsystem::Get(PLATFORM_SOCKETSUBSYSTEM)->GetLocalBindAddr( What goes here??? );

I have the idea it’s the main “console” of the program ore somthing like it but just got stuck…

Thanks in advance!

Cheers

B.

Done thanks m8!!

Its a text output for logs, best place to see uses is to search in souce cide and apperently all you need to do is give copy of GLog as argument.

GetLocalBindAddr(*GLog)