Files
2025-05-18 13:04:45 +08:00

16 lines
268 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "MVVMBlueprintViewModel.generated.h"
UCLASS(DisplayName="ViewModel Blueprint")
class MODELVIEWVIEWMODELBLUEPRINT_API UMVVMBlueprintViewModel : public UObject
{
GENERATED_BODY()
public:
};