UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FWebBrowserCookie Struct Reference

#include <IWebBrowserCookieManager.h>

Public Attributes

FString Name
 
FString Value
 
FString Domain
 
FString Path
 
bool bSecure
 
bool bHttpOnly
 
bool bHasExpires
 
FDateTime Expires
 

Member Data Documentation

◆ bHasExpires

bool FWebBrowserCookie::bHasExpires

◆ bHttpOnly

bool FWebBrowserCookie::bHttpOnly

◆ bSecure

bool FWebBrowserCookie::bSecure

◆ Domain

FString FWebBrowserCookie::Domain

◆ Expires

FDateTime FWebBrowserCookie::Expires

◆ Name

FString FWebBrowserCookie::Name

◆ Path

FString FWebBrowserCookie::Path

◆ Value

FString FWebBrowserCookie::Value

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