As I understand, you are using the ThirdPersonCharacter template. Here’s a simple example of applying a dynamic material:
- Create an empty project using the
ThirdPersonCharactertemplate
- Create a new blueprint class inheriting from
Actorand place it into the scene
- Have the following in the new actor’s blueprint
This is what you will have when you launch the game:



