Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/IWebBrowserModule
Description
Returns a string suitable for use as the application (or product) part of a browser's user agent string. Includes the formatted application/product name and version, followed by the engine name and version.
| Name | MakeUserAgentApplication |
| Type | function |
| Header File | /Engine/Source/Runtime/WebBrowser/Public/WebBrowserModule.h |
| Include Path | #include "WebBrowserModule.h" |
| Source | /Engine/Source/Runtime/WebBrowser/Private/WebBrowserModule.cpp |
static FString MakeUserAgentApplication
(
const FString & ApplicationName,
const FString & ApplicationVersion
)
The user agent application string
Parameters
| Name | Remarks |
|---|---|
| ApplicationName | the application/product name |
| ApplicationVersion | the application/product version, will default to 1.0 if empty |