Error when picking a prop in the viewport : (incompatible type)

Hi, i declared an editable variable of type of : creative_prop, but when i try to pick a prop in the editor it keep tolds me : incompatible.

the code :

    @editable
    Props : []creative_prop = array {}

please see the attached image

Thank you.

any help here please?

Running into to the same, did you find a solution?


    @editable 
    Prop : creative_prop_asset = DefaultCreativePropAsset
1 Like

Thanks!!! This helped me push things forward, I now use the specified prop asset in conjunction with SpawnProp.

Still struggling, I managed to spawn the DefaultCreativePropAsset from code. A method of which I think is great but I’ve noticed that the prop assets are destructibles.

Unfortunately I could not find a way to disable this for assets spawned with SpawnProp (found various topics on this matter so hope it will be resolved/implemented soon).

Also tried to locate them using tags, but this doesn’t seem to work for creative_prop_assets.

So I’m back to my initial plan where I want to create a multiple editables and Hide/Teleport these prop assets on game start. Is there a way to create editables for default prop assets in the scene?