diff --git a/Source/StevesUEHelpers/Public/StevesUI/RichTextBlockInputImageDecorator.h b/Source/StevesUEHelpers/Public/StevesUI/RichTextBlockInputImageDecorator.h index 08b98f3..64ade84 100644 --- a/Source/StevesUEHelpers/Public/StevesUI/RichTextBlockInputImageDecorator.h +++ b/Source/StevesUEHelpers/Public/StevesUI/RichTextBlockInputImageDecorator.h @@ -11,15 +11,9 @@ UCLASS() class STEVESUEHELPERS_API URichTextBlockInputImageDecorator : public URichTextBlockDecorator { GENERATED_BODY() - -protected: - /// Custom theme to use for this input image set; if not supplied will use UStevesGameSubsystem::DefaultUiTheme - UPROPERTY(EditAnywhere, BlueprintReadOnly) - UUiTheme* CustomTheme; - + public: virtual TSharedPtr CreateDecorator(URichTextBlock* InOwner) override; - virtual UUiTheme* GetCustomTheme() const { return CustomTheme; } };