From e6cb67b055f3f0e35f98c5d0509491ddfc3a3afa Mon Sep 17 00:00:00 2001 From: Kris Helwig <helwig@vr.rwth-aachen.de> Date: Tue, 8 Apr 2025 15:14:22 +0200 Subject: [PATCH] Exports interface for accessibility --- Source/RWTHVRCluster/Public/ScalableConfigInterface.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Source/RWTHVRCluster/Public/ScalableConfigInterface.h b/Source/RWTHVRCluster/Public/ScalableConfigInterface.h index c0a6164..8accfe2 100644 --- a/Source/RWTHVRCluster/Public/ScalableConfigInterface.h +++ b/Source/RWTHVRCluster/Public/ScalableConfigInterface.h @@ -3,14 +3,12 @@ #include "ScalableConfigInterface.generated.h" UINTERFACE(Blueprintable) -class UScalableConfigInterface : public UInterface +class RWTHVRCLUSTER_API UScalableConfigInterface : public UInterface { GENERATED_BODY() - -public: }; -class IScalableConfigInterface +class RWTHVRCLUSTER_API IScalableConfigInterface { GENERATED_BODY() -- GitLab