diff --git a/Content/LiveLinkPresets/AixCaveDTrackPreset.uasset b/Content/LiveLinkPresets/AixCaveDTrackPreset.uasset
new file mode 100644
index 0000000000000000000000000000000000000000..ff4122c7be49292e01ed800449814dc86b7e1f40
Binary files /dev/null and b/Content/LiveLinkPresets/AixCaveDTrackPreset.uasset differ
diff --git a/Content/RWTHVRCluster/Config/aixcave_427.uasset b/Content/RWTHVRCluster/Config/aixcave_427.uasset
index fbda144eb9becf50bf5debbdd035427282ccae2e..e4e3a0876cbe3219e72f9676c957e6718734cdbb 100644
Binary files a/Content/RWTHVRCluster/Config/aixcave_427.uasset and b/Content/RWTHVRCluster/Config/aixcave_427.uasset differ
diff --git a/Content/RWTHVRCluster/Config/aixcave_427_stereo.uasset b/Content/RWTHVRCluster/Config/aixcave_427_stereo.uasset
deleted file mode 100644
index efe72c80f57453a40ea1826355ac2bcae2947192..0000000000000000000000000000000000000000
Binary files a/Content/RWTHVRCluster/Config/aixcave_427_stereo.uasset and /dev/null differ
diff --git a/RWTHVRToolkit.uplugin b/RWTHVRToolkit.uplugin
index 4203172d9f5ce7321aecf26a2e9ed2c9ad7be423..a1c11fbd223ad5d7ca33080a684592fd4eda5330 100644
--- a/RWTHVRToolkit.uplugin
+++ b/RWTHVRToolkit.uplugin
@@ -49,9 +49,13 @@
 			"Name": "nDisplay",
 			"Enabled": true
 		},
-    {
-      "Name": "LiveLink",
-      "Enabled": true
-    }
+		{
+			"Name": "LiveLink",
+			"Enabled": true
+		},
+		{
+			"Name": "LiveLinkOvernDisplay",
+			"Enabled": true
+		}
 	]
 }
\ No newline at end of file
diff --git a/Source/RWTHVRToolkit/Public/Utility/VirtualRealityUtilities.h b/Source/RWTHVRToolkit/Public/Utility/VirtualRealityUtilities.h
index 7f262810e61cd6668a85192fc9c12b73d4c7e297..9e49046ba83c4056b35fb27170d0fadb3e9acdc0 100644
--- a/Source/RWTHVRToolkit/Public/Utility/VirtualRealityUtilities.h
+++ b/Source/RWTHVRToolkit/Public/Utility/VirtualRealityUtilities.h
@@ -2,6 +2,7 @@
 
 #include "CoreMinimal.h"
 #include "Kismet/BlueprintFunctionLibrary.h"
+#include "UObject/ConstructorHelpers.h"
 #include "VirtualRealityUtilities.generated.h"
 
 UENUM(BlueprintType)