Navigation
API > API/Runtime > API/Runtime/ExternalRpcRegistry > API/Runtime/ExternalRpcRegistry/UExternalRpcRegistrationComponen-
Description
Send a message to all listeners describing the game IP of the current process. Mostly used when dealing with devices that have more than one IP to signify what its hostname should be.
| Name | HttpUpdateIpOnListener |
| Type | function |
| Header File | /Engine/Source/Runtime/ExternalRPCRegistry/Public/ExternalRpcRegistrationComponent.h |
| Include Path | #include "ExternalRpcRegistrationComponent.h" |
| Source | /Engine/Source/Runtime/ExternalRPCRegistry/Private/ExternalRpcRegistrationComponent.cpp |
bool HttpUpdateIpOnListener
(
FString TargetName,
FString MessagePayload
)
Always needs to return true because of how the HttpRequest works.
Parameters
| Name | Remarks |
|---|---|
| TargetName | The name of the target process updating its ip. |
| MessagePayload | The IP of the process. |