Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Virtual Acoustics 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
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
Virtual Acoustics Plugin
Commits
119097f4
Commit
119097f4
authored
2 years ago
by
Philipp Schäfer
Browse files
Options
Downloads
Patches
Plain Diff
VASettings: change default path to VAServerLauncher
parent
1f4ddf2a
No related branches found
No related tags found
1 merge request
!9
VAServerLauncher Improvement (now also sending reproduction type and ini)
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Source/VAPlugin/Public/VASettings.h
+1
-1
1 addition, 1 deletion
Source/VAPlugin/Public/VASettings.h
with
1 addition
and
1 deletion
Source/VAPlugin/Public/VASettings.h
+
1
−
1
View file @
119097f4
...
@@ -11,7 +11,7 @@ class UVASettings : public UDeveloperSettings
...
@@ -11,7 +11,7 @@ class UVASettings : public UDeveloperSettings
public:
public:
UPROPERTY
(
EditAnywhere
,
config
,
Category
=
"General"
,
meta
=
(
DisplayName
=
"Relative Path of this project to VAServer"
))
UPROPERTY
(
EditAnywhere
,
config
,
Category
=
"General"
,
meta
=
(
DisplayName
=
"Relative Path of this project to VAServer"
))
FString
VALauncherPath
=
"../VAServer"
;
FString
VALauncherPath
=
"../VAServer
Launcher
"
;
UPROPERTY
(
EditAnywhere
,
config
,
Category
=
"General"
,
meta
=
(
DisplayName
=
"Copy audio files over network to VAServer"
))
UPROPERTY
(
EditAnywhere
,
config
,
Category
=
"General"
,
meta
=
(
DisplayName
=
"Copy audio files over network to VAServer"
))
bool
VALauncherCopyFiles
=
true
;
bool
VALauncherCopyFiles
=
true
;
};
};
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment