Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FDefaultUserAgentBuilder
Description
Build the user agent string. Passing a filter will limit the comments to only those allowed. Passing nullptr for a filter implies that all comments are allowed.
| Name | BuildUserAgentString |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/HTTP/Public/GenericPlatform/GenericPlatformHttp.h |
| Include Path | #include "GenericPlatform/GenericPlatformHttp.h" |
| Source | /Engine/Source/Runtime/Online/HTTP/Private/GenericPlatform/GenericPlatformHttp.cpp |
FString BuildUserAgentString
(
const TSet < FString > * AllowedProjectCommentsFilter,
const TSet < FString > * AllowedPlatformCommentsFilter
) const