Starting refactor to remove CommonUI

This commit is contained in:
2026-03-03 00:56:43 -05:00
parent 3613528ab8
commit 395ca61828
7 changed files with 42 additions and 10 deletions

View File

@@ -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()