6 lines
181 B
C++
Executable file
6 lines
181 B
C++
Executable file
#include "CustomRichTextDecorator.h"
|
|
|
|
UCustomRichTextDecorator::UCustomRichTextDecorator() : URichTextBlockDecorator(FObjectInitializer::Get()) {
|
|
this->RichTextBlock = NULL;
|
|
}
|
|
|