Set editor property not working

Hi everyone,

I’m trying to create blueprints through the editor scripting utility. This all works fine, the only problem is it cant use seteditorproperty. It keeps saying “Property ‘ItemID’ on … is missing”. But Im sure it is there. Anyone a clue what it can be?


Thanks in advance!

Hey @Kaspoehh!

Does your array possibly have any empty elements? I’m not exactly sure what is being done here other than duplicating some assets, in which case they’d be assigned ID’s (which I assume is the reason for the Delay). But I’m not sure exactly what you’re trying to from there, maybe clarification of intent with this code could help illuminate a solution!

Hi, I solved it by running python scripts and works fine!

1 Like

Glad that worked for you @Kaspoehh! Make sure to come back any time you have a problem, we’re here to help!