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.