mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-14 09:10:39 +08:00
Edge scroll, minor refactoring
This commit is contained in:
@@ -455,7 +455,7 @@ export default class ObjectEntity extends IEntity {
|
||||
if (this.getClass() === Configuration.nodeType.macro) {
|
||||
return Utility.formatStringName(this.MacroGraphReference.getMacroName())
|
||||
}
|
||||
let memberName = this.FunctionReference.MemberName
|
||||
let memberName = this.FunctionReference?.MemberName
|
||||
if (memberName) {
|
||||
const memberParent = this.FunctionReference.MemberParent?.path ?? ""
|
||||
switch (memberName) {
|
||||
|
||||
Reference in New Issue
Block a user