mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-27 02:34:45 +08:00
Test case and small polish
This commit is contained in:
@@ -173,6 +173,7 @@ export default class PinEntity extends IEntity {
|
||||
return new PinEntity(objectEntity)
|
||||
}
|
||||
|
||||
/** @returns {String} */
|
||||
getType() {
|
||||
const category = this.PinType.PinCategory?.toString().toLocaleLowerCase()
|
||||
if (["struct", "class", "object", "type", "statictype"].includes(category)) {
|
||||
|
||||
Reference in New Issue
Block a user