This file covers all of the base nodes as part of the exported Blueprint Library. These are all nodes you can call anywhere without any context.
Sends a single ping to the TargetAddress and calls ResultDelegate when finished.
Arguments
| Name | Type | Default Value | Description |
|---|---|---|---|
TargetAddress |
String |
Required | The target address to ping; can be an IP address or resolvable hostname. |
Timeout |
float |
Required | The max time to wait for a reply in seconds. |
ResultDelegate |
A custom event that has a string and a float as inputs | Required | An event that is called when the ping has finished. |