Files
UnrealEngine/Engine/Source/Editor/UnrealEd/Public/Kismet2/ComponentEditorContextMenuContex.h
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

19 lines
400 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "UObject/UObjectHash.h"
#include "Components/ActorComponent.h"
//#include "ComponentEditorContextMenuContex.generated.h"
//
//UCLASS()
//class UNREALED_API UComponentEditorContextMenuContext : public UObject
//{
// GENERATED_BODY()
//public:
//
// TArray<UActorComponent*> SelectedComponents;
//};