Skip to content
Snippets Groups Projects
Commit 0c5fb005 authored by Kris Tabea Helwig's avatar Kris Tabea Helwig
Browse files

Merge branch 'feature/scaling' into 'dev/5.4'

Merge feature/scaling into dev/5.4

See merge request !8
parents 61aad441 a8a2c8f9
Branches dev/5.4
No related tags found
2 merge requests!8Merge feature/scaling into dev/5.4,!5Release dev to main branch
Pipeline #604400 passed
No preview for this file type
#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);
};
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment