◆ EMountFlags
| Enumerator |
|---|
| Removable | |
| NotRemovable | |
| ReadOnly | |
| NotReadOnly | |
| Alias | |
| NotAlias | |
◆ FMountPoint()
| FMountPoint::FMountPoint |
( |
FString && |
InRootPath, |
|
|
FString && |
InContentPathRelative, |
|
|
FString && |
InContentPathAbsolute, |
|
|
EMountFlags |
Flags |
|
) |
| |
◆ bAlias
| const bool FMountPoint::bAlias |
Whether this mountpoint is the same RootPath as another mountpoint but bound to a different ContentPath.
◆ bReadOnly
| const bool FMountPoint::bReadOnly |
Whether new Packages can be saved into the mountpoint.
◆ bRemovable
| const bool FMountPoint::bRemovable |
Whether the mountpoint was created by InsertMountPoint and can be removed by RemoveMountPoint.
◆ ContentPathAbsolute
| const FString FMountPoint::ContentPathAbsolute |
The LocalPath absolute path
◆ ContentPathRelative
| const FString FMountPoint::ContentPathRelative |
The LocalPath relative path(e.g., "../../../Engine/Content/")
◆ RootPath
| const FString FMountPoint::RootPath |
The LongPackageName path(e.g., "/Engine/")
The documentation for this struct was generated from the following file: