![]() |
UCefView
|
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. | |
Represents a mapping from an archive file to a URL for resource loading.
|
inline |
Inequality operator for comparing two FArchiveFileResourceMapping objects.
Other | The other mapping to compare with. |
|
inline |
Equality operator for comparing two FArchiveFileResourceMapping objects.
Other | The other mapping to compare with. |
FString FArchiveFileResourceMapping::Password |
The password for accessing the archive file.
FFilePath FArchiveFileResourceMapping::Path |
The zip format file contains the resources to be mapped with. The path value must be relative to game dir.
int32 FArchiveFileResourceMapping::Priority = 0 |
The priority of the mapping.
FString FArchiveFileResourceMapping::Url |
The target URL to be mapped to.