{
"Name": "TextureGraph",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
Hey allowing the plugin to target editor only in the .uproject worked for me
{
"Name": "TextureGraph",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
Hey allowing the plugin to target editor only in the .uproject worked for me