Skip to content
xg_55 edited this page Nov 8, 2016 · 4 revisions

How it works?

Basically, this habit is very similar to the unity3d engine. If you use the unity3d engine, then you can use this plugin without any help. Work is similar to that of all the classes that inherit from the UMonoActorComponent will be automatically exported as a blueprint, the public method will be exported as a blueprint method, the public member variable will be derived into a blueprint variable. In principle, the variable is only designed to set the default value, if you want to access the C# variable in the blueprint at run time, you should export the public method for it.

Where can I get API documents?

All UnrelEngine.dll API are the same as the UnrelEngine4 C++ API,you can get it from unreal engine 4 official documents. ue4 official documents

Can it work with the blueprint?

Yes,all c# class that inherit from the UMonoActorComponent will be automatically exported as a blueprint.

Can it work with the c++?

Yes,but it is not recommended.Because almost all of the c++ classes can be accessed via C#

Clone this wiki locally