From 2b76e38176d49dd7c34d084371ff8eb727c7184e Mon Sep 17 00:00:00 2001
From: Patrick Nossol <patrick.nossol@vr.rwth-aachen.de>
Date: Mon, 13 Mar 2023 15:32:57 +0100
Subject: [PATCH] debugging point

---
 Source/MoCapPlugin/Private/MCLogHandler.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Source/MoCapPlugin/Private/MCLogHandler.cpp b/Source/MoCapPlugin/Private/MCLogHandler.cpp
index 836fbad..475fcb0 100644
--- a/Source/MoCapPlugin/Private/MCLogHandler.cpp
+++ b/Source/MoCapPlugin/Private/MCLogHandler.cpp
@@ -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);
-- 
GitLab