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

Implements ScalableConfigInterface.h

parent 129065d6
No related branches found
No related tags found
2 merge requests!8Merge feature/scaling into dev/5.4,!5Release dev to main branch
Pipeline #567490 passed
No preview for this file type
#pragma once
#include "ScalableConfigInterface.generated.h"
UINTERFACE(Blueprintable)
class UScalableConfigInterface : public UInterface
{
GENERATED_BODY()
public:
};
class 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