UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMountPoint Struct Reference

Public Types

enum class  EMountFlags {
  Removable = 0x1 , NotRemovable = 0x0 , ReadOnly = 0x2 , NotReadOnly = 0x0 ,
  Alias = 0x4 , NotAlias = 0x0
}
 

Public Member Functions

 FMountPoint (FString &&InRootPath, FString &&InContentPathRelative, FString &&InContentPathAbsolute, EMountFlags Flags)
 

Public Attributes

const FString RootPath
 
const FString ContentPathRelative
 
const FString ContentPathAbsolute
 
const bool bRemovable: 1
 
const bool bReadOnly: 1
 
const bool bAlias: 1
 

Member Enumeration Documentation

◆ EMountFlags

Enumerator
Removable 
NotRemovable 
ReadOnly 
NotReadOnly 
Alias 
NotAlias 

Constructor & Destructor Documentation

◆ FMountPoint()

FMountPoint::FMountPoint ( FString &&  InRootPath,
FString &&  InContentPathRelative,
FString &&  InContentPathAbsolute,
EMountFlags  Flags 
)

Member Data Documentation

◆ 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: