Select Git revision
ClusterRepresentationActor.cpp
-
David Gilbert authored
fix(cave): Fixes player type issue in player spawning and DCRA attachment process for standalone Cave
David Gilbert authoredfix(cave): Fixes player type issue in player spawning and DCRA attachment process for standalone Cave
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);
};