mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-07 08:07:29 +08:00
Fix niagara script variables merging
This commit is contained in:
@@ -67,9 +67,9 @@ export default class MirroredEntity extends IEntity {
|
||||
}
|
||||
|
||||
/** @returns {InstanceType<T>} */
|
||||
valueOf() {
|
||||
valueOf(arg) {
|
||||
// @ts-expect-error
|
||||
return this.getter().valueOf()
|
||||
return this.getter(arg).valueOf()
|
||||
}
|
||||
|
||||
toString() {
|
||||
|
||||
Reference in New Issue
Block a user