Select Git revision
Calculate Measurements (SubVI)_self.vi
-
Post, Fabian authored
- fixed issue that caused actor_state_machine.vi to save every time (transform IO measurements to programmatic access) - project now only uses *_self copies of load_cell measurement subVIs, including typeDefs
Post, Fabian authored- fixed issue that caused actor_state_machine.vi to save every time (transform IO measurements to programmatic access) - project now only uses *_self copies of load_cell measurement subVIs, including typeDefs
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);
};