Blueprint to C++

How Can I convert this Blueprints to C++?

Here Give Weapon is a Custom Event…

Make a public function in your base class that is UFUNCTION(BlueprintCallable), that does a SpawnActor.

1 Like


I have done this to create a custom event.