How do you get decal actors in blueprints?

I want to refer to existing decals on the level to manipulate them (location, and visibility and so on), but there’s no ‘get decal actor’ function and I even tried to give the decals tags and get all actors by tag, but that didn’t work either (it returned 0 results).

So how do you get a reference to a decal actor in blueprints?

Appreciate your help!

1 Like

you can put a decal in a BP and then get a ref to that BP

2 Likes

To elaborate on what @Auran13 mentioned, and they’re correct, you can highlight all the decals you desire to change, and then convert those into a blueprint.

1 Like

Thanks guys! I thought there might be a way of getting a decal directly, but turning them into a BP works perfectly.

Appreciate your help!

1 Like

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