Hello,
TLDR: this screenshot:
Context:
I am trying to automate my BP creation using an Editor Utility Widget (using Blueprint).
The aim is to easily create items for an inventory. An Item is bascially an UObject that embbeds a Data Asset.
So far, using “Get Asset Tools” → “Create Asset”, I managed to create a Data Asset, then a UObject from a UObject class I’ve created.
I can then edit that UObject I’ve just created using “Set Editor Property”, and set the Data Asset into that UObject.
Now, I would like to create an "actor Blueprint that I can drag and drop into my scene.
I’ve already created the BP_Physical_Item_Base that will get a Uobject / Data Asset, and get the mesh from them to display it on screen.
I can create the BP using “Create Blueprint Asset With Parent” but I cannot edit it using Set Editor Property.
It says, even if the var exists:
LogScript: Warning: Script Msg: Property ‘Quantity’ on ‘/Game/HAS/Items/Test.Test’ (Blueprint) was missing
Proof that the var exists: a screenshot of the BP created through “Create Blueprint Asset With Parent”: