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