Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/AutoReimport
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
| Type | Name | Description | |
|---|---|---|---|
| FString | MountPoint | The mount point, if any to which this directory relates | |
| FString | Path | The directory on disk. Absolute. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPathAndMountPoint
(
FString InPath, |