Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorDirectories
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorDirectories.h |
| Include | #include "EditorDirectories.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorDirectories.cpp |
void SetLastDirectory
(
ELastDirectory::Type InLastDir,
const FString & InLastStr
)
Remarks
Sets the last directory used for the specified type
Parameters
| Name | Description |
|---|---|
| InLastDir | the identifier for the directory type |
| InLastStr | the string to set it as |