Operating System Simulator Plugin  3.5.1
Unreal Engine plugin that simulates an Operating System Environment
Loading...
Searching...
No Matches
FCustomMaskedDomains Struct Reference

#include "InternetBrowser.h"

Public Member Functions

 GENERATED_USTRUCT_BODY ()
 
 FCustomMaskedDomains ()
 

Public Attributes

TArray< FString > CustomDomainNames
 Struct representing custom domain names for masked domains in the Internet Browser.
 

Detailed Description

Warning
This struct exists because TMaps don't support containers when defined as UPROPERTY. This might be removed in a future version.

Constructor & Destructor Documentation

◆ FCustomMaskedDomains()

FCustomMaskedDomains::FCustomMaskedDomains ( )
inline

Default constructor

Member Function Documentation

◆ GENERATED_USTRUCT_BODY()

FCustomMaskedDomains::GENERATED_USTRUCT_BODY ( )

Member Data Documentation

◆ 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: