// 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: };