16 lines
260 B
C
16 lines
260 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 FDeveloperToolSettingsDelegates
|
|
{
|
|
|
|
};
|
|
|