You see the little icon? I have like 300 guns, and want to just get that little image preview and use it for my icons.
Is that possible? Or i have to just screenshot every single weapon and import the texture back to unreal?
It kinda long but you can try to make a short automation like this:(i havent test it)
- Create a scene capture component 2d
- Make use of Get Blueprint Assets to loop your x300 weapon:
- Spawn them one by one to a specific area with a manual loop (or function timer)
- Capture the scene with your scene capture component to your RenderTarget file.
- Export that render target as a png (concat a proper string name too)
Don’t do for each loop like this screenshot, this will crash unreal. Better use a function timer.
1 Like
Thanks, that’s going to work
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.