Get material from ThirdPersonCharacter in actor BP

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 ThirdPersonCharacter template

  • Create a new blueprint class inheriting from Actor and 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: