More blueprint handler work
This commit is contained in:
@@ -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
|
||||
// ============================================================
|
||||
|
||||
Reference in New Issue
Block a user