Skip to content
Snippets Groups Projects
Commit 43651a83 authored by Patrick Nossol's avatar Patrick Nossol
Browse files

corrected small bug

parent 337c70b1
Branches
Tags
No related merge requests found
......@@ -79,7 +79,7 @@ void UMCLogHandler::CopyLogToRecordings(FString& Name) {
Name = FolderName;
const FString Path = FPaths::ProjectSavedDir() + "Recordings/" + Name + "/";
PathLog = FPaths::ConvertRelativePathToFull(FPaths::ProjectDir() + "Saved/OwnLogs");
const FString PathLog = FPaths::ConvertRelativePathToFull(FPaths::ProjectDir() + "Saved/OwnLogs");
DirectoryVisitor Visitor;
IFileManager::Get().IterateDirectory(*PathLog, Visitor);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment