FWebBrowserCookie

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

WebBrowser

Header

/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserCookieManager.h

Include

#include "IWebBrowserCookieManager.h"

Syntax

struct FWebBrowserCookie

Remarks

Copyright Epic Games, Inc. All Rights Reserved.

Variables

Name Description

Public variable

bool

 

bHasExpires

If true the cookie will expire at the specified Expires datetime.

Public variable

bool

 

bHttpOnly

If true the cookie will only be sent for HTTP requests.

Public variable

bool

 

bSecure

If true the cookie will only be sent for HTTPS requests.

Public variable

FString

 

Domain

If is empty a host cookie will be created instead of a domain cookie.

Public variable

FDateTime

 

Expires

The cookie expiration date is only valid if bHasExpires is true.

Public variable

FString

 

Name

The cookie name.

Public variable

FString

 

Path

If is non-empty only URLs at or below the path will get the cookie value.

Public variable

FString

 

Value

The cookie value.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss