It seems many people are using a function called VShow but i couldn’t find it in the API or documentation , even when i tried to use in in visual studio it told me there is no such thing , so what header file do i need to include to get the mentioned function ?
example: VShow(“Invalid IP! Expecting 4 parts separated by .”);
Are you sure the code you seen is UE4? VShow is not mentioned even once in engine source code (or else github search acting wierd). If it’s not in API reference it mean it’s not part of UE4 APIs or it’s a macro (like AddDynamic() in delegate binding)
It is just a wrapper for ClientMessage, you could put my code below in your player controller C++ class!
It’s just my abbreviation for ClientMessage
Useful for outputting info to your console log, which you open with ~, must easier than tabbing out to see the log, and less obstrusive than an on screen message.