Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Universal Logging Plugin
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
Unreal-Development
Plugins
Universal Logging Plugin
Merge requests
!5
Ready for UE 4.25 // DisplayCluster is not necessary
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Ready for UE 4.25 // DisplayCluster is not necessary
feature/nonNDisplayfix
into
master
Overview
1
Commits
1
Pipelines
0
Changes
5
Merged
Jan Delember
requested to merge
feature/nonNDisplayfix
into
master
4 years ago
Overview
1
Commits
1
Pipelines
0
Changes
5
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
afd50517
1 commit,
4 years ago
5 files
+
13
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Source/UniversalLogging/Private/LogStream.cpp
+
2
−
2
View file @ afd50517
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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