Something went wrong on our end
Select Git revision
SelectableTargetBP_Circles.uasset
-
David Gilbert authored
- Added socket to rods so that it doesn't look ridiculous when rotating the object the rod is connected to. - Fixed tablet rod calculation in Blueprints - Fixed rod calculation for others in selectable actor
David Gilbert authored- Added socket to rods so that it doesn't look ridiculous when rotating the object the rod is connected to. - Fixed tablet rod calculation in Blueprints - Fixed rod calculation for others in selectable actor
RWTHVRCluster.h 308 B
#pragma once
#include "CoreMinimal.h"
#include "Modules/ModuleManager.h"
#include "ClusterConsole/ClusterConsole.h"
class FRWTHVRClusterModule : public IModuleInterface
{
public:
virtual void StartupModule() override;
virtual void ShutdownModule() override;
private:
FClusterConsole ClusterConsole;
};