hi. Please help me. I’m making a dialog system and I ran into a problem. I need a function from the character bluprint to be called at the end of the dialog for some choices. How do I do this? And also advise a good guide on the actor component topic. I will be grateful
Is the component in the character blueprint? If no, then where is it?
yes
how do I call a function in blueprint actor component from blueprint character
I need a function from the character bluprint to be called at the end of the dialog for some choices
This, however, contradicts the subject and sounds like the opposite. In which case:
- I’d use an
Event Dispatcher
in theActor Component
:
- and catch it in the player BP:
You can add attributes to the dispatcher, in case you want to push some data along. Perhaps it’s important to know which dialogue completed.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.