Starting refactor to remove CommonUI
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <string_view>
|
||||
#include "CommonActivatableWidget.h"
|
||||
#include "Blueprint/UserWidget.h"
|
||||
#include "Common.generated.h"
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
@@ -141,7 +141,7 @@ DECLARE_LOG_CATEGORY_EXTERN(LogLuprexIntegration, Display, All);
|
||||
class UlxLuaValues;
|
||||
|
||||
UCLASS(BlueprintType)
|
||||
class INTEGRATION_API UlxLuaWidget : public UCommonActivatableWidget
|
||||
class INTEGRATION_API UlxLuaWidget : public UUserWidget
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user