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