Rama
(Rama)
June 1, 2014, 5:57pm
1
#BlueprintImplementable Event
This is essentially a BP node that will activate when you tell it to, from the C++ !
write the event header in C++, in the .h
call it in the C++ at the end of your c++ function in the .cpp
implement the event in BP !
#Wiki Tutorial
After over a year in maintenance mode, the official Unreal Engine Wiki is now permanently offline. These resources now live on a new community-run Unreal Engine Community Wiki — ue4community.wiki! You will be able to find content from the official...
Reading time: 1 mins 🕑
Likes: 14 ❤
I have a function in C++ that is not started from within a blueprint. How would I set it up so that when that function finishes, it starts a blueprint node?