Select Git revision
-
Ali Darijani authoredAli Darijani authored
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);
};