Can you superimpose a video onto a 3D character's head?

I have a 3D character with a blank face, and I’d like to project a small live action clip of an actor’s face onto it. Is this possible? Thanks for reading, appreciate the help.

You can render a video into a texture using the Media Framework You could then create a material from that texture and assign it to the face material slot on your character.

Great, thank you! I’m working with the UE4 mannequin, and I can’t seem to find a “face material slot”. It’s all one texture. Am I missing something or do I have to create my own character to test this out?

Yes, you may have to create your own character that has its material slots and UV mappings set up correctly.