mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-18 11:37:33 +08:00
Smaller names refactoring
This commit is contained in:
@@ -179,7 +179,7 @@ export default class PinEntity extends IEntity {
|
||||
: entity
|
||||
}
|
||||
|
||||
getDisplayName() {
|
||||
pinDisplayName() {
|
||||
let result = this.PinFriendlyName
|
||||
? this.PinFriendlyName.toString()
|
||||
: Utility.formatStringName(this.PinName ?? "")
|
||||
|
||||
Reference in New Issue
Block a user