Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 564 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 564 Bytes

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