mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
14 lines
281 B
C++
14 lines
281 B
C++
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
#include "Editor/UnrealEdEngine.h"
|
|
#include "FortUnrealEdEngine.generated.h"
|
|
|
|
UCLASS()
|
|
class FORTNITEEDITOR_API UFortUnrealEdEngine : public UUnrealEdEngine
|
|
{
|
|
GENERATED_BODY()
|
|
};
|