![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Typedefs | |
| using | FHttpRequestHandler = TDelegate< bool(const FHttpServerRequest &Request, const FHttpResultCallback &OnComplete)> |
| using FHttpRequestHandler = TDelegate<bool(const FHttpServerRequest& Request, const FHttpResultCallback& OnComplete)> |
FHttpRequestHandler
NOTE - Returning true implies that the delegate will eventually invoke OnComplete NOTE - Returning false implies that the delegate will never invoke OnComplete
| Request | The incoming http request to be handled |
| OnComplete | The callback to invoke to write an http response |