Skip to content
Snippets Groups Projects
Commit be2af831 authored by David Gilbert's avatar David Gilbert :bug:
Browse files

refactor(utilities): Renames BP Library Categories

parent 376c1fea
No related branches found
No related tags found
2 merge requests!85UE5.3-2023.1-rc3,!79Plugin Separation: Move the RWTHVRCluster Module into its own Plugin with respective content. Removes Toolkit dependency to nDisplay
...@@ -17,17 +17,17 @@ class RWTHVRTOOLKIT_API URWTHVRUtilities : public UBlueprintFunctionLibrary ...@@ -17,17 +17,17 @@ class RWTHVRTOOLKIT_API URWTHVRUtilities : public UBlueprintFunctionLibrary
GENERATED_BODY() GENERATED_BODY()
public: public:
UFUNCTION(BlueprintPure, Category = "DisplayCluster|Platform") UFUNCTION(BlueprintPure, Category = "RWTHVRToolkit|Platform")
static bool IsDesktopMode(); static bool IsDesktopMode();
UFUNCTION(BlueprintPure, Category = "DisplayCluster|Platform") UFUNCTION(BlueprintPure, Category = "RWTHVRToolkit|Platform")
static bool IsHeadMountedMode(); static bool IsHeadMountedMode();
UFUNCTION(BlueprintPure, Category = "DisplayCluster|Platform") UFUNCTION(BlueprintPure, Category = "RWTHVRToolkit|Platform")
static bool IsRoomMountedMode(); static bool IsRoomMountedMode();
UFUNCTION(BlueprintPure, Category = "DisplayCluster|Platform") UFUNCTION(BlueprintPure, Category = "RWTHVRToolkit|Platform")
static bool IsPrimaryNode(); static bool IsPrimaryNode();
/* Distance in meters */ /* Distance in meters */
UFUNCTION(BlueprintPure, Category = "DisplayCluster") UFUNCTION(BlueprintPure, Category = "RWTHVRToolkit")
static float GetEyeDistance(); static float GetEyeDistance();
UFUNCTION(BlueprintCallable) UFUNCTION(BlueprintCallable)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment