Some props arent creative_props

Hey,

just recently came to UEFN and Verse.

Trying to dispose a bunch of creative_prop s in a for loop, which have a tag on them.
Strangely this does not work on a bunch of floors or wall props (from Fortnite itself), while other props (also from Fortnite) work perfectly fine.

I assume that the floors and walls are not creative_props.

  1. Is my assumption right?
  2. If yes, why is that?
  3. And how can I tell what props are actually creative_props (in the Editor for exmaple)?

Thank you :slight_smile:

1 Like

I also want to use the verse tag to grab walls and floors, but I always get 0 elements as a result. I’m not sure if this is an intentional decision or not

Hello! I’d like to see if I can replicate this issue locally.

Can you please give me the exact name of a prop that works, and one that does not? Can you also please share the Verse code you’re using and the tag you’re searching for?

Thank you!

Does this help any?

1 Like

You might also find this helpful too:

1 Like

Thanks for the videos, really appreciate it :slight_smile:

I tested your creative prop detector and concluded that floors and walls are not considered creative props. Unfortunately, I couldn’t get them through the verse tag :cry:.

Create a blueprint class

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.