Skip to content

In case you need to get your public IP - this can help. C++ and Blueprints

License

Notifications You must be signed in to change notification settings

alexhajdu/WhatsMyPublicIP-ue4-plugin

Repository files navigation

WhatsMyPublicIP-ue4-plugin

Quickly get your public IP in your C++ or Blueprint project.

Blueprints usage

  1. Copy the plugin to [your_project]/Plugins

Alt text

C++ usage

  1. Copy the plugin to [your_project]/Plugins
  2. Add plugin dependency into .Build.cs, Private Dependencies section

PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "WhatsMyPublicIP" });

Alt text

Disclaimer

No third party plugin dependency. Enjoy :]

About

In case you need to get your public IP - this can help. C++ and Blueprints

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published