mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-06 23:57:30 +08:00
Revert documentation (caused a bug)
This commit is contained in:
@@ -52,23 +52,6 @@ export default class PinEntity extends IEntity {
|
||||
bOrphanedPin: false,
|
||||
}
|
||||
|
||||
/** @type {GuidEntity} */ PinId
|
||||
/** @type {String} */ PinName
|
||||
/** @type {LocalizedTextEntity} */ PinFriendlyName
|
||||
/** @type {String} */ PinToolTip
|
||||
/** @type {String} */ Direction
|
||||
/** @type {PinTypeObjectType} */ PinType
|
||||
/** @type {PinReferenceEntity[]} */ LinkedTo
|
||||
/** @type {String} */ DefaultValue
|
||||
/** @type {String} */ AutogeneratedDefaultValue
|
||||
/** @type {GuidEntity} */ PersistentGuid
|
||||
/** @type {Boolean} */ bHidden
|
||||
/** @type {Boolean} */ bNotConnectable
|
||||
/** @type {Boolean} */ bDefaultValueIsReadOnly
|
||||
/** @type {Boolean} */ bDefaultValueIsIgnored
|
||||
/** @type {Boolean} */ bAdvancedView
|
||||
/** @type {Boolean} */ bOrphanedPin
|
||||
|
||||
isInput() {
|
||||
return !this.bHidden && this.Direction !== "EGPD_Output"
|
||||
}
|
||||
@@ -82,8 +65,7 @@ export default class PinEntity extends IEntity {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param {PinReferenceEntity} pinReferenceEntity
|
||||
* @param {PinReferenceEntity} pinReferenceEntity
|
||||
*/
|
||||
connectTo(pinReferenceEntity) {
|
||||
/** @type {PinReferenceEntity[]} */
|
||||
|
||||
Reference in New Issue
Block a user