![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "GenericPlatform/GenericPlatformHttp.h"#include "Algo/Transform.h"#include "Containers/Array.h"#include "GenericPlatform/HttpRequestImpl.h"#include "HAL/CriticalSection.h"#include "HAL/IConsoleManager.h"#include "Misc/Paths.h"#include "Misc/EngineVersion.h"#include "Misc/App.h"#include "Misc/ScopeRWLock.h"#include "String/BytesToHex.h"Classes | |
| class | FGenericPlatformHttpRequest |
| class | FUserAgentImpl |
Variables | |
| TAutoConsoleVariable< bool > | CVarDefaultUserAgentCommentsEnabled (TEXT("http.DefaultUserAgentCommentsEnabled"), true, TEXT("Whether comments are supported in the defualt user agent string"), ECVF_SaveForNextBoot) |
| TAutoConsoleVariable< bool > CVarDefaultUserAgentCommentsEnabled(TEXT("http.DefaultUserAgentCommentsEnabled"), true, TEXT("Whether comments are supported in the defualt user agent string"), ECVF_SaveForNextBoot) | ( | TEXT("http.DefaultUserAgentCommentsEnabled") | , |
| true | , | ||
| TEXT("Whether comments are supported in the defualt user agent string") | , | ||
| ECVF_SaveForNextBoot | |||
| ) |