![]() |
UCefView
|
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. | |
Type alias for CEF frame id.
|
inline |
Default constructor for FCefFrameId.
|
inline |
Constructor for FCefFrameId with a string id.
Id | The string id to initialize the frame id. |
FString FCefFrameId::Value = TEXT("") |
The string value representing the frame id.