LEAP Documentation 40220
Documentation for the LEAP project
RichTextKeyDecorator.h
Go to the documentation of this file.
1// Fill out your copyright notice in the Description page of Project Settings.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "Components/RichTextBlockImageDecorator.h"
7#include "RichTextKeyDecorator.generated.h"
8
9UCLASS()
10class PROJECTX_API URichTextKeyDecorator : public URichTextBlockImageDecorator
11{
12 GENERATED_BODY()
13
14public:
15 virtual TSharedPtr<ITextDecorator> CreateDecorator(URichTextBlock* InOwner) override;
16
17};
Definition: RichTextKeyDecorator.h:11