Unreal Engine 4.x Scripting with C++ Cookbook
上QQ阅读APP看书,第一时间看更新

Getting ready

In this recipe, we will outline how to write a C++ class that uses the UCLASS macro to enable managed memory allocation and de-allocation, as well as to permit access from the UE4 editor and blueprints. To complete this recipe, you will need a UE4 project that you can add new code to.