Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FHttpManager
Description
Set the method used to set a Correlation id on each request, if one is not already specified.
This method allows you to override the Engine default method.
| Name | SetCorrelationIdMethod |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/HTTP/Public/HttpManager.h |
| Include Path | #include "HttpManager.h" |
| Source | /Engine/Source/Runtime/Online/HTTP/Private/HttpManager.cpp |
void SetCorrelationIdMethod
(
TFunction < FString> InCorrelationIdMethod
)
Parameters
| Name | Remarks |
|---|---|
| InCorrelationIdMethod | The method to use when sending a request, if no Correlation id is already set |