Skip to content
Snippets Groups Projects
Select Git revision
  • 24f2de4af93591780fdaa9c05aaf6e966ac3d345
  • main default protected
  • feature/VA-100_Modbus_RTU
  • develop
  • stepperControl
5 results

Calculate Measurements (SubVI)_self.vi

Blame
  • ScalableConfigInterface.h 342 B
    #pragma once
    
    #include "ScalableConfigInterface.generated.h"
    
    UINTERFACE(Blueprintable)
    class RWTHVRCLUSTER_API UScalableConfigInterface : public UInterface
    {
    	GENERATED_BODY()
    };
    
    class RWTHVRCLUSTER_API IScalableConfigInterface
    {
    	GENERATED_BODY()
    
    public:
    	UFUNCTION(BlueprintImplementableEvent)
    	void OnScaleChanged(float NewScale);
    };