Set text into Text Render Component

Hello,

I have blueprint class BP_Element and in this class I have Text Render Component called Proton Number, after spawning it in Level Blueprint I want to set text to that Text Render Component (Proton Number) inside BP_Element, but I don’t know how. Please check my blueprint script below (I cannot link that SET method with SetText method).

Thank you :slight_smile:

Get TextRender component out of your actor first and then set its text like so: