alexhajdu / WhatsMyPublicIP-ue4-plugin

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C++ 66.8%Language:C 31.9%Language:C# 1.3%