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

Getting ready

You need to have a constructed UCLASS that you'd like to derive a Blueprint class from (see the Making a UCLASS – deriving from UObject recipe earlier in this chapter) to follow this recipe. You must have also marked your UCLASS as Blueprintable in the UCLASS macro for blueprinting to be possible inside the engine.