UCefView
Loading...
Searching...
No Matches
FArchiveFileResourceMapping

Represents a mapping from an archive file to a URL for resource loading. More...

#include <CefViewTypes.h>

Public Member Functions

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

Public Attributes

FString Url
 The target URL to be mapped to.
 
FFilePath Path
 The zip format file contains the resources to be mapped with. The path value must be relative to game dir.
 
FString Password
 The password for accessing the archive file.
 
int32 Priority = 0
 The priority of the mapping.
 

Detailed Description

Represents a mapping from an archive file to a URL for resource loading.

Member Function Documentation

◆ operator!=()

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

Inequality operator for comparing two FArchiveFileResourceMapping objects.

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

◆ operator==()

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

Equality operator for comparing two FArchiveFileResourceMapping objects.

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

Member Data Documentation

◆ Password

FString FArchiveFileResourceMapping::Password

The password for accessing the archive file.

◆ Path

FFilePath FArchiveFileResourceMapping::Path

The zip format file contains the resources to be mapped with. The path value must be relative to game dir.

◆ Priority

int32 FArchiveFileResourceMapping::Priority = 0

The priority of the mapping.

◆ Url

FString FArchiveFileResourceMapping::Url

The target URL to be mapped to.