Hi , I wanted to know if it is possible to create a niagara system with the help of C++.
I am looking to create rain simulation, so any insights that would support in creating it from C++ would be helpful.
Thanks in advance!
Yes, it is possible through C++ code.
Here is a tutorial from the community: Using Niagara in C++ | Community tutorial
You can find more information about creating Niagara systems with C++ in the Unreal Engine documentation: Creating Visual Effects in Niagara for Unreal Engine | Unreal Engine 5.1 Documentation
1 Like
Thankyou
I have created a C++ class of Niagara System , written code and the build is successful, but I am having issue in bringing the same in the editor. Could you brief out the procedure for this.