Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/GenericPlatform > API/Runtime/HTTP/GenericPlatform/FGenericPlatformHttp
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/GenericPlatform/GenericPlatformHttp.h |
| Include | #include "GenericPlatform/GenericPlatformHttp.h" |
| Source | /Engine/Source/Runtime/Online/HTTP/Private/GenericPlatform/GenericPlatformHttp.cpp |
static FString GetDefaultUserAgent&40;&41;
Remarks
Returns the default User-Agent string to use in HTTP requests. Requests that explicitly set the User-Agent header will not use this value.
The default User-Agent is built in the format "project/version (comments) platform/OS version (comments)" the default User-Agent string that requests should use.