Skip to content
Snippets Groups Projects

Plugin Separation: Move the RWTHVRCluster Module into its own Plugin with respective content. Removes Toolkit dependency to nDisplay

Merged David Gilbert requested to merge refactor/plugin_separation into dev/5.3
@@ -17,17 +17,17 @@ class RWTHVRTOOLKIT_API URWTHVRUtilities : public UBlueprintFunctionLibrary
GENERATED_BODY()
public:
UFUNCTION(BlueprintPure, Category = "DisplayCluster|Platform")
UFUNCTION(BlueprintPure, Category = "RWTHVRToolkit|Platform")
static bool IsDesktopMode();
UFUNCTION(BlueprintPure, Category = "DisplayCluster|Platform")
UFUNCTION(BlueprintPure, Category = "RWTHVRToolkit|Platform")
static bool IsHeadMountedMode();
UFUNCTION(BlueprintPure, Category = "DisplayCluster|Platform")
UFUNCTION(BlueprintPure, Category = "RWTHVRToolkit|Platform")
static bool IsRoomMountedMode();
UFUNCTION(BlueprintPure, Category = "DisplayCluster|Platform")
UFUNCTION(BlueprintPure, Category = "RWTHVRToolkit|Platform")
static bool IsPrimaryNode();
/* Distance in meters */
UFUNCTION(BlueprintPure, Category = "DisplayCluster")
UFUNCTION(BlueprintPure, Category = "RWTHVRToolkit")
static float GetEyeDistance();
UFUNCTION(BlueprintCallable)
Loading