Unreachable Code Error trying to Update VRE
This commit is contained in:
parent
280e84bb5c
commit
e3309931c5
82 changed files with 3505 additions and 774 deletions
|
@ -8,7 +8,7 @@ public class VRExpPluginExampleTarget : TargetRules
|
|||
public VRExpPluginExampleTarget(TargetInfo Target) : base(Target)
|
||||
{
|
||||
|
||||
DefaultBuildSettings = BuildSettingsVersion.V2;
|
||||
DefaultBuildSettings = BuildSettingsVersion.Latest;
|
||||
IncludeOrderVersion = EngineIncludeOrderVersion.Latest;
|
||||
|
||||
//bUseLoggingInShipping = true;
|
||||
|
|
|
@ -7,7 +7,7 @@ public class VRExpPluginExampleEditorTarget : TargetRules
|
|||
{
|
||||
public VRExpPluginExampleEditorTarget(TargetInfo Target) : base(Target)
|
||||
{
|
||||
DefaultBuildSettings = BuildSettingsVersion.V2;
|
||||
DefaultBuildSettings = BuildSettingsVersion.Latest;
|
||||
IncludeOrderVersion = EngineIncludeOrderVersion.Latest;
|
||||
|
||||
Type = TargetType.Editor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue