mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-06 15:47:30 +08:00
WIP
This commit is contained in:
@@ -143,7 +143,9 @@ export default class PinTemplate extends ITemplate {
|
||||
}
|
||||
|
||||
isInputRendered() {
|
||||
return this.element.isInput() && !this.element.entity.PinType.bIsReference?.valueOf()
|
||||
return this.element.isInput()
|
||||
&& !this.element.entity.bDefaultValueIsIgnored?.valueOf()
|
||||
&& !this.element.entity.PinType.bIsReference?.valueOf()
|
||||
}
|
||||
|
||||
renderInput() {
|
||||
|
||||
Reference in New Issue
Block a user