mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-01 12:14:45 +08:00
Naming refactoring
This commit is contained in:
@@ -38,10 +38,6 @@ export default class PinEntity extends IEntity {
|
||||
bOrphanedPin: false,
|
||||
}
|
||||
|
||||
getAttributes() {
|
||||
return PinEntity.attributes
|
||||
}
|
||||
|
||||
isInput() {
|
||||
return !this.bHidden && this.Direction !== "EGPD_Output"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user