UCefView
Loading...
Searching...
No Matches
FLocalFolderResourceMapping

Represents a mapping from a local folder to a URL for resource loading. More...

#include <CefViewTypes.h>

Public Member Functions

bool operator== (const FLocalFolderResourceMapping &Other)
 Equality operator for comparing two FLocalFolderResourceMapping objects.
 
bool operator!= (const FLocalFolderResourceMapping &Other)
 Inequality operator for comparing two FLocalFolderResourceMapping objects.
 

Public Attributes

FString Url
 The target URL to be mapped to.
 
FDirectoryPath Path
 The folder contains the resources to be mapped with. The path value must be relative to game content dir.
 
int32 Priority = 0
 The priority of the mapping.
 

Detailed Description

Represents a mapping from a local folder to a URL for resource loading.

Member Function Documentation

◆ operator!=()

bool FLocalFolderResourceMapping::operator!= ( const FLocalFolderResourceMapping & Other)
inline

Inequality operator for comparing two FLocalFolderResourceMapping objects.

Parameters
OtherThe other mapping to compare with.
Returns
True if the mappings are not equal, false otherwise.

◆ operator==()

bool FLocalFolderResourceMapping::operator== ( const FLocalFolderResourceMapping & Other)
inline

Equality operator for comparing two FLocalFolderResourceMapping objects.

Parameters
OtherThe other mapping to compare with.
Returns
True if the mappings are equal, false otherwise.

Member Data Documentation

◆ Path

FDirectoryPath FLocalFolderResourceMapping::Path

The folder contains the resources to be mapped with. The path value must be relative to game content dir.

◆ Priority

int32 FLocalFolderResourceMapping::Priority = 0

The priority of the mapping.

◆ Url

FString FLocalFolderResourceMapping::Url

The target URL to be mapped to.