Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Settings
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Settings/EditorLoadingSavingSettings.h |
Include | #include "Settings/EditorLoadingSavingSettings.h" |
Syntax
USTRUCT ()
struct FAutoReimportDirectoryConfig
Remarks
Auto reimport settings for a specific directory
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
FString | MountPoint | Where SourceDirectory points to an ordinary file system path, MountPoint specifies the virtual mounted location to import new files to. |
![]() ![]() ![]() ![]() |
FString | SourceDirectory | The source directory to monitor. |
![]() ![]() ![]() ![]() |
TArray< FAutoReimportWildcard > | Wildcards | A set of wildcard filters to apply to this directory |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | ParseSourceDirectoryAndMountPoint
(
FString& SourceDirectory, |
Parse and validate the specified source directory / mount point combination |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FParseContext |