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 |
TUniquePtr < FHttpServerResponse > CreateSimpleResponse
(
bool bInWasSuccessful,
FString InValue
)
Remarks
Generates a simple Json response object with success and reason for use when returning a response.
Parameters
| Name | Description |
|---|---|
| bInWasSuccessful | Whether or not the Rpc completed successfully |
| InValue | Optional result description string that will be returned with the success bool |