Files
UnrealEngineUWP/Engine/Source/Developer/DeveloperToolSettings/Public/DeveloperToolSettingsDelegates.h
Phillip Kavan 11c00323ea Remove exposed parts of the Blueprint nativization feature (deprecated), and decouple it from the editor/cooking phase.
#jira UE-103261
#rb Michael.Noland

[CL 14882147 by Phillip Kavan in ue5-main branch]
2020-12-08 16:28:03 -04:00

16 lines
286 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
/**
* FDeveloperToolSettingsDelegates
* Delegates that are needed for developer tools to talk to engine/editor
**/
struct DEVELOPERTOOLSETTINGS_API FDeveloperToolSettingsDelegates
{
};