WhatsMyPublicIP-ue4-plugin
WhatsMyPublicIP-ue4-plugin copied to clipboard
In case you need to get your public IP - this can help. C++ and Blueprints
WhatsMyPublicIP-ue4-plugin
Quickly get your public IP in your C++ or Blueprint project.
Blueprints usage
- Copy the plugin to [your_project]/Plugins

C++ usage
- Copy the plugin to [your_project]/Plugins
- Add plugin dependency into .Build.cs, Private Dependencies section
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "WhatsMyPublicIP" });

Disclaimer
No third party plugin dependency. Enjoy :]