Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Settings
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Settings/EditorSettings.h |
| Include | #include "Settings/EditorSettings.h" |
Syntax
USTRUCT ()
struct FRecentProjectFile
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDateTime | LastOpenTime | Timestamp of the last time the editor opened this project | |
| FString | ProjectName | Path to the project |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRecentProjectFile
(
const FString& InProjectName, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FRecentProjectFile& Other |
||
| bool | operator==
(
const FString& OtherProjectName |