But wherever I write “ISocketSubsystem::Get(PLATFORM_SOCKETSUBSYSTEM)”, it gives me link failure LNK2019 like this:
The “NetworkUtils” is where I put the invoke “ISocketSubsystem::Get(PLATFORM_SOCKETSUBSYSTEM)”, written in a static UFUNCTION.
(I have also tested this “Get” at other location, all results in the same error)
Is this a bug, or is there some module I need to write in Build.target.cs? (I haven’t found any in the documenton)
OMG, Thank U so much, that actually solved my problem!
I always have a problem with “XX.build.cs” and “XX.Target.cs”, I tried to add “sockets” in “XX.Target.cs” and it won’t work…