Awesome
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 :]