mirror of
https://github.com/sinbad/StevesUEHelpers.git
synced 2025-02-23 17:45:23 +00:00
Cannot support custom theme in decorator, UE provides no UI to edit properties of decorators
This commit is contained in:
parent
3273836f3d
commit
1904476cc4
@ -12,14 +12,8 @@ class STEVESUEHELPERS_API URichTextBlockInputImageDecorator : public URichTextBl
|
||||
{
|
||||
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<ITextDecorator> CreateDecorator(URichTextBlock* InOwner) override;
|
||||
|
||||
virtual UUiTheme* GetCustomTheme() const { return CustomTheme; }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user