I want to create a blueprint of a mesh, with a material. My game is composed of tiles, so I wanted to create a blueprint for each tile to make it easier to place them in the game world.
I was trying to follow an example here: A new, community-hosted Unreal Engine Wiki - Announcements - Unreal Engine Forums
My blueprint:
But it cannot find a function named Set Material, so of course I cannot use a Set Material -> Get TileMesh -> Get TileMaterial