How can i convert to transparent Object(or Actor)?

Hi! Guys.

I want to change an object(actor) between the camera and the mycharacter to transparent object(actor).

First. i can find object between the camera and the mycharacter by raytrace.

But, i can’t change to transparent object.

How can i do that?

Please help me…

You would need to set a Material to that object that is flagged as Transparent. After that, you would need to create a Dynamic Instance of that Material and expose a parameter that would control the opacity.

Once this is done, in code you can change the Alpha value of that Dynamic Material Instance to be more or less visible depending on your need.

Hope that sets you in the right direction!