DescendentStudios / PingPlugin

Plugin for Unreal Engine 4 (UE4) to ICMP ping hosts and obtain results from Blueprint
Apache License 2.0
68 stars 34 forks source link

FYI - The engine has a C++ module for ICMP pings #18

Open mikeseese opened 2 years ago

mikeseese commented 2 years ago

For those stumbling on this plugin, you can find a built-in module in the engine called Icmp (located at Engine/Runtime/Online/ICMP). It does not have blueprint bindings, but if you have the C++ knowledge, you can add blueprint wrappers

Edit: I've published a simple open source plugin that does this: https://github.com/IncantaGames/unreal-bp-icmp-ping