UWidgetComponent not showing details in Blueprint editor (C++)

Try

 class ABasePaperCharacter : public APaperCharacter
 {
     GENERATED_BODY()
 private:
     UPROPERTY(EditAnywhere)
     UDialogueComponentWrapper* dialogueComponentWrapper;