Navigation
API > API/Runtime > API/Runtime/ExternalRpcRegistry > API/Runtime/ExternalRpcRegistry/UExternalRpcRegistrationComponen-
References
| Module | ExternalRpcRegistry |
| Header | /Engine/Source/Runtime/ExternalRPCRegistry/Public/ExternalRpcRegistrationComponent.h |
| Include | #include "ExternalRpcRegistrationComponent.h" |
| Source | /Engine/Source/Runtime/ExternalRPCRegistry/Private/ExternalRpcRegistrationComponent.cpp |
bool HttpSendMessageToListener
(
FString MessageCategory,
FString MessagePayload
)
Remarks
Send a message to all listeners qith a custom category and payload for consumption by external processes. Always needs to return true because of how the HttpRequest works.
Parameters
| Name | Description |
|---|---|
| MessageCategory | The category of the message to be sent. |
| MessagePayload | The payload of the message to be sent. |