UCefView
Loading...
Searching...
No Matches
FCefFrameId

Type alias for CEF frame id. More...

#include <CefViewTypes.h>

Public Member Functions

 FCefFrameId ()
 Default constructor for FCefFrameId.
 
 FCefFrameId (const TCHAR *Id)
 Constructor for FCefFrameId with a string id.
 

Public Attributes

FString Value = TEXT("")
 The string value representing the frame id.
 

Detailed Description

Type alias for CEF frame id.

Constructor & Destructor Documentation

◆ FCefFrameId() [1/2]

FCefFrameId::FCefFrameId ( )
inline

Default constructor for FCefFrameId.

◆ FCefFrameId() [2/2]

FCefFrameId::FCefFrameId ( const TCHAR * Id)
inline

Constructor for FCefFrameId with a string id.

Parameters
IdThe string id to initialize the frame id.

Member Data Documentation

◆ Value

FString FCefFrameId::Value = TEXT("")

The string value representing the frame id.