#include "InternetBrowser.h"
|
TArray< FString > | CustomDomainNames |
| Struct representing custom domain names for masked domains in the Internet Browser.
|
|
- Warning
- This struct exists because TMaps don't support containers when defined as UPROPERTY. This might be removed in a future version.
◆ FCustomMaskedDomains()
FCustomMaskedDomains::FCustomMaskedDomains |
( |
| ) |
|
|
inline |
◆ GENERATED_USTRUCT_BODY()
FCustomMaskedDomains::GENERATED_USTRUCT_BODY |
( |
| ) |
|
◆ CustomDomainNames
TArray<FString> FCustomMaskedDomains::CustomDomainNames |
Struct representing custom domain names for masked domains in the Internet Browser.
This struct contains an array of FString objects representing custom domain names for masked domains in the Internet Browser. These custom domain names can be used to replace parts of the URL with user-defined strings.
The documentation for this struct was generated from the following file: