14 lines
211 B
C++
14 lines
211 B
C++
#pragma once
|
|
#include "UIFramework/MinimalWidget.h"
|
|
#include "WidgetPanel.generated.h"
|
|
|
|
|
|
|
|
UCLASS(BlueprintType, Blueprintable)
|
|
class UPW_WidgetPanel : public UPW_MinimalWidget
|
|
{
|
|
GENERATED_BODY()
|
|
public:
|
|
|
|
};
|