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

debugging point

parent 9a0f3b51
Branches
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ void UMCLogHandler::CopyLogToRecordings(FString& Name) {
const FString Path = FPaths::ProjectSavedDir() + "Recordings/" + Name + "/";
const FString PathLog = FPaths::ProjectSavedDir() + "OwnLogs";
UE_LOG(LogTemp, Log, TEXT("DIRRR: %s"), PathLog);
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