mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-15 04:50:53 +08:00
WIP
This commit is contained in:
@@ -83,7 +83,11 @@ export default class PinEntity extends IEntity {
|
||||
return !this.bHidden && this.Direction === "EGPD_Output"
|
||||
}
|
||||
|
||||
isConnected() {
|
||||
/**
|
||||
*
|
||||
* @returns {Boolean}
|
||||
*/
|
||||
isLinked() {
|
||||
return this.LinkedTo?.length > 0 ?? false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user