Skip to content
Snippets Groups Projects
Commit 56873833 authored by dg128746's avatar dg128746
Browse files

Added Cave Livelink Preset, fixed a bug and enabled plugins by default

parent 894b60c3
Branches
No related tags found
2 merge requests!13Draft: Improve walking implementation,!9Draft: LiveLink capabilities and 4.27 config assets.
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
File added
No preview for this file type
File deleted
...@@ -52,6 +52,10 @@ ...@@ -52,6 +52,10 @@
{ {
"Name": "LiveLink", "Name": "LiveLink",
"Enabled": true "Enabled": true
},
{
"Name": "LiveLinkOvernDisplay",
"Enabled": true
} }
] ]
} }
\ No newline at end of file
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#include "CoreMinimal.h" #include "CoreMinimal.h"
#include "Kismet/BlueprintFunctionLibrary.h" #include "Kismet/BlueprintFunctionLibrary.h"
#include "UObject/ConstructorHelpers.h"
#include "VirtualRealityUtilities.generated.h" #include "VirtualRealityUtilities.generated.h"
UENUM(BlueprintType) UENUM(BlueprintType)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment