Instance of render target? Local render target.

Hello,

Im trying to make placeable CCTV Cameras for my game. I have made a blueprint of the scene capture 2D component and inside the blueprint i have added a cube to work as a monitor/screen just for testing purposes. Now because I want the player to place them and link them to different screens I cannot use one render target, so i need to make a local one inside the blueprint meaning each blueprint will have its own render target linking to the camera. This is so all the screens dont look the same.

What I have done so far:
Made a render target variable ā†’ set scene capture 2dā€™s render target to my variable ā†’ create dynamic material instance ā†’ set parameter to my render target. Now if I use a physical render target located in my files it works but all the screens show the same image, that why im trying to create a local one.

I have tested my material setup and can confirm this works.

here is the way doing it dynamically:

2 Likes