Files
UnrealEngine/Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/ViewModel/MVVMViewModelBlueprint.h
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

24 lines
408 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Engine/Blueprint.h"
#include "MVVMViewModelBlueprint.generated.h"
class FKismetCompilerContext;
class FCompilerResultsLog;
class UEdGraph;
class UMVVMViewModelBlueprintGeneratedClass;
/**
* Will be deprecated in the next version.
*/
UCLASS(MinimalAPI)
class UMVVMViewModelBlueprint : public UBlueprint
{
GENERATED_BODY()
};