ue4 bind function to button clicked c++
1 Answers
// UInventoryWidget::OnCloseButtonClicked is a function that you want to execute when the button is clicked
Button->OnClicked.AddUniqueDynamic(this, &UInventoryWidget::OnCloseButtonClicked);
0
Likes
0
Dislikes
Likes
Dislikes
0
Comments
Login to add comment