FBrowserCookie
#include <InternetBrowserUMG/Public/InternetBrowser.h>Class detail
Section titled “Class detail”---
config:
class:
hideEmptyMembersBox: true
---
classDiagram
class FBrowserCookie {
+Name : FString
+Value : FString
+Domain : FString
+Path : FString
+bHttpsRequestsOnly : uint8
+bHttpRequestOnly : uint8
+bExpires : uint8
+ExpireTime : FDateTime
+FBrowserCookie()
}
struct FBrowserCookieDefined in InternetBrowser.h:112 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.
Public Attributes
Section titled “Public Attributes”| Return | Name | Description |
|---|---|---|
FString | Name | |
FString | Value | |
FString | Domain | |
FString | Path | |
uint8 | bHttpsRequestsOnly | |
uint8 | bHttpRequestOnly | |
uint8 | bExpires | |
FDateTime | ExpireTime |
FString NameDefined in InternetBrowser.h:118
Referenced by
Section titled “Referenced by”FString ValueDefined in InternetBrowser.h:122
Referenced by
Section titled “Referenced by”Domain
Section titled “Domain”FString DomainDefined in InternetBrowser.h:128
Referenced by
Section titled “Referenced by”FString PathDefined in InternetBrowser.h:132
Referenced by
Section titled “Referenced by”bHttpsRequestsOnly
Section titled “bHttpsRequestsOnly”uint8 bHttpsRequestsOnlyDefined in InternetBrowser.h:136
Referenced by
Section titled “Referenced by”bHttpRequestOnly
Section titled “bHttpRequestOnly”uint8 bHttpRequestOnlyDefined in InternetBrowser.h:140
Referenced by
Section titled “Referenced by”bExpires
Section titled “bExpires”uint8 bExpiresDefined in InternetBrowser.h:144
Referenced by
Section titled “Referenced by”ExpireTime
Section titled “ExpireTime”FDateTime ExpireTimeDefined in InternetBrowser.h:148
Referenced by
Section titled “Referenced by”Public Methods
Section titled “Public Methods”| Return | Name | Description |
|---|---|---|
FBrowserCookie inline | Default constructor |
FBrowserCookie
Section titled “FBrowserCookie”inline
inline FBrowserCookie()Defined in InternetBrowser.h:151 Default constructor