mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-18 12:24:51 +08:00
Input axis getter node name
This commit is contained in:
@@ -444,6 +444,8 @@ export default class ObjectEntity extends IEntity {
|
||||
let title = ObjectEntity.keyName(keyName) ?? Utility.formatStringName(keyName)
|
||||
if (this.getClass() === Configuration.nodeType.inputDebugKey) {
|
||||
title = "Debug Key " + title
|
||||
} else if (this.getClass() === Configuration.nodeType.getInputAxisKeyValue) {
|
||||
title = "Get " + title
|
||||
}
|
||||
return title
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user