More blueprint handler work

This commit is contained in:
2026-03-19 12:37:36 -04:00
parent 9812a4a413
commit 3688a36682
9 changed files with 44 additions and 167 deletions

View File

@@ -210,6 +210,11 @@ FString WingUtils::FormatName(const FUserPinInfo &Pin)
return SanitizeName(Pin.PinName);
}
FString WingUtils::FormatName(const FBPInterfaceDescription &IFace)
{
return FormatName(IFace.Interface);
}
// ============================================================
// Formatting other things
// ============================================================