Skip to content
Snippets Groups Projects

Ready for UE 4.25 // DisplayCluster is not necessary

Merged Jan Delember requested to merge feature/nonNDisplayfix into master
5 files
+ 13
7
Compare changes
  • Side-by-side
  • Inline

Files

@@ -4,8 +4,8 @@
#include "UniversalLogging.h"
#include "HAL/PlatformFilemanager.h"
#include "Paths.h"
#include "IPlatformFileProfilerWrapper.h"
#include "Misc/Paths.h"
#include "HAL/IPlatformFileProfilerWrapper.h"
LogStreamImpl::LogStreamImpl(const FString Filepath, const FString Filename, const bool bPer_Session, const bool bLogOnMaster, const bool bLogOnSlaves)
: Filepath(Filepath)
Loading