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
9
UCLASS()
10
class PROJECTX_API
URichTextKeyDecorator
: public URichTextBlockImageDecorator
11
{
12
GENERATED_BODY()
13
14
public
:
15
virtual
TSharedPtr<ITextDecorator> CreateDecorator(URichTextBlock* InOwner)
override
;
16
17
};
URichTextKeyDecorator
Definition:
RichTextKeyDecorator.h:11
E:
ProjectY
Source
ProjectX
Public
UI
RichTextKeyDecorator.h
Generated by
1.9.4