13 lines
266 B
C++
13 lines
266 B
C++
// Copyright (c) 2026 Unreal Directive. Licensed under the MIT License.
|
|
|
|
#pragma once
|
|
|
|
#include "CoreTypes.h"
|
|
|
|
class UBlueprint;
|
|
|
|
namespace DirectiveUtilMapNodeMigration
|
|
{
|
|
DIRECTIVEUTILITIESBLUEPRINTNODES_API bool UpgradeLegacyAppendNodes(UBlueprint& Blueprint);
|
|
}
|