Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/GenericPlatform
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/GenericPlatform/GenericPlatformHttp.h |
| Include | #include "GenericPlatform/GenericPlatformHttp.h" |
Syntax
class FDefaultUserAgentBuilder
Remarks
Utility structure to help with building the HTTP user agent string.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddPlatformComment
(
const FString& InComment |
||
| void | AddProjectComment
(
const FString& InComment |
||
| FString | BuildUserAgentString
(
const TSet< FString >* AllowedProjectCommentsFilter, |
Build the user agent string. | |
| uint32 | Get the builder version. | ||
| void | SetPlatformName
(
const FString& InPlatformName |
||
| void | SetPlatformVersion
(
const FString& InPlatformVersion |
||
| void | SetProjectName
(
const FString& InProjectName |
||
| void | SetProjectVersion
(
const FString& InProjectVersion |