FHttpManager::SetCorrelationIdMethod

Set the method used to set a Correlation id on each request, if one is not already specified.

Windows
MacOS
Linux

References

Module

HTTP

Header

/Engine/Source/Runtime/Online/HTTP/Public/HttpManager.h

Include

#include "HttpManager.h"

Source

/Engine/Source/Runtime/Online/HTTP/Private/HttpManager.cpp

Syntax

void SetCorrelationIdMethod
(
    TFunction< FString()> InCorrelationIdMethod
)

Remarks

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.

Parameters

Parameter

Description

InCorrelationIdMethod

The method to use when sending a request, if no Correlation id is already set

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss