Operating System Simulator Plugin  3.5.1
Unreal Engine plugin that simulates an Operating System Environment
Loading...
Searching...
No Matches
FBrowserCookie Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FBrowserCookie()

FBrowserCookie::FBrowserCookie ( )
inline

Default constructor

Member Function Documentation

◆ GENERATED_USTRUCT_BODY()

FBrowserCookie::GENERATED_USTRUCT_BODY ( )

Member Data Documentation

◆ bExpires

uint8 FBrowserCookie::bExpires

◆ bHttpRequestOnly

uint8 FBrowserCookie::bHttpRequestOnly

◆ bHttpsRequestsOnly

uint8 FBrowserCookie::bHttpsRequestsOnly

◆ Domain

FString FBrowserCookie::Domain

◆ ExpireTime

FDateTime FBrowserCookie::ExpireTime

◆ Name

FString FBrowserCookie::Name

◆ Path

FString FBrowserCookie::Path

◆ Value

FString FBrowserCookie::Value

The documentation for this struct was generated from the following file: