![]() |
Operating System Simulator Plugin
3.5.1
Unreal Engine plugin that simulates an Operating System Environment
|
Represents a browser cookie. More...
#include "InternetBrowser.h"
Public Member Functions | |
| GENERATED_USTRUCT_BODY () | |
| FBrowserCookie () | |
Public Attributes | |
| FString | Name |
| FString | Value |
| FString | Domain |
| FString | Path |
| uint8 | bHttpsRequestsOnly: 1 |
| uint8 | bHttpRequestOnly: 1 |
| uint8 | bExpires: 1 |
| FDateTime | ExpireTime |
Represents a browser cookie.
This struct provides properties to store information about a browser cookie, such as its name, value, domain, path, etc. The properties are editable and accessible for reading.
|
inline |
Default constructor
| FBrowserCookie::GENERATED_USTRUCT_BODY | ( | ) |
| uint8 FBrowserCookie::bExpires |
| uint8 FBrowserCookie::bHttpRequestOnly |
| uint8 FBrowserCookie::bHttpsRequestsOnly |
| FString FBrowserCookie::Domain |
| FDateTime FBrowserCookie::ExpireTime |
| FString FBrowserCookie::Name |
| FString FBrowserCookie::Path |
| FString FBrowserCookie::Value |