mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-06 23:57:30 +08:00
Node tests are now more customizeable
This commit is contained in:
@@ -211,6 +211,9 @@ export default class PinEntity extends IEntity {
|
||||
|
||||
getDisplayName() {
|
||||
let matchResult = null
|
||||
if (this.PinFriendlyName) {
|
||||
return Utility.formatStringName(this.PinFriendlyName.toString())
|
||||
}
|
||||
if (
|
||||
this.PinToolTip
|
||||
// Match up until the first \n excluded or last character
|
||||
|
||||
Reference in New Issue
Block a user