Information
IP Protect is an Unreal Engine plugin that helps players connect with each other more safely and conveniently by converting local or public IP addresses into a short, encrypted format that can be shared for joining sessions.
Instead of sending a raw IP address to another player, you can generate a compact encrypted address, share that version instead, and decrypt it when needed.
Created for Blueprint users
IP Protect adds 5 Blueprint nodes under the IP Protect category, so you can integrate it into your project quickly without building your own address-sharing and obfuscation system from scratch.
Included nodes
- Get Public IP Address (async)
- Get Local IPv4 Address
- Get Local IPv6 Address
- Encrypt IP Address
- Decrypt IP Address
Key Features
- Adds 5 new Blueprint nodes
- Supports both IPv4 and IPv6
- Encryption is compact, reversible, and seed-based
- Designed to make player-to-player connection sharing simpler and safer
- Set up IP Protect in under 3 minutes, even if you are new to Unreal Engine
Encryption size
- IPv4 addresses typically convert to around 7 characters
- IPv6 addresses typically convert to around 23 characters
This plugin helps obscure IP Addresses, but connecting over the internet may still carry privacy and security risks.
Included Files
Total Files
- 37
Total Size
- 10.4 MB
Code Files
- 7
All files and assets adhere to Unreal Engine naming conventions (such as, T_Texture, BP_Actor) and are organized in a clear, consistent folder structure.
Compatibility
Supported Engine Versions
Supported Editor Platforms
Supported Target Platforms
Changelog
- 2.1 (Current – 2026-06-20)
- Added support for Unreal Engine version 5.8. Refactor due to an upstream breaking change of: EAllowShrinking.
- 2.0 (2026-03-14)
- Converted IP Protect from an asset into a plugin for better performance and security. Added IPv6 support and introduced three additional blueprint nodes for retrieving IP addresses.
- 1.2 (2026-02-26)
- Improved the post process material code and reduced dependencies.
- 1.1.1 (2026-02-03)
- Updated the product description and clarified parameter descriptions.
- 1.1 (2026-01-16)
- Migrated product to the new website.
- 1.0 (2022-09-29)
- Initial release.
Frequently Asked Questions
Can't find what you're looking for?
We're happy to help! Our goal is to make sure you never get stuck!
This is a brilliantly helpful, straightforward feature. I was trying to figure out the best way to do this and... there it was: this solution. It may be the simplest way I've seen to secure your IP address in the midst of dealing with the annoyance of router and firewall settings. Elias is also an incredibly helpful, knowledgeable resource on his Discord page.