FPathAndMountPoint

Struct representing a path on disk, and its virtual mount point

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/AutoReimport/AutoReimportManager.h

Include

#include "AutoReimport/AutoReimportManager.h"

Syntax

struct FPathAndMountPoint

Remarks

Struct representing a path on disk, and its virtual mount point

Variables

Name Description

Public variable

FString

 

MountPoint

The mount point, if any to which this directory relates

Public variable

FString

 

Path

The directory on disk. Absolute.

Constructors

Name Description

Public function

FPathAndMountPoint()

Public function

FPathAndMountPoint

(
    FString InPath,
    FString InMountPoint
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss