![]() |
UCefView
|
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. | |
Represents a mapping from a local folder to a URL for resource loading.
|
inline |
Inequality operator for comparing two FLocalFolderResourceMapping objects.
Other | The other mapping to compare with. |
|
inline |
Equality operator for comparing two FLocalFolderResourceMapping objects.
Other | The other mapping to compare with. |
FDirectoryPath FLocalFolderResourceMapping::Path |
The folder contains the resources to be mapped with. The path value must be relative to game content dir.
int32 FLocalFolderResourceMapping::Priority = 0 |
The priority of the mapping.
FString FLocalFolderResourceMapping::Url |
The target URL to be mapped to.