12 lines
243 B
C++
12 lines
243 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "WidgetCompilerRule.h"
|
|
|
|
UWidgetCompilerRule::UWidgetCompilerRule()
|
|
{
|
|
}
|
|
|
|
void UWidgetCompilerRule::ExecuteRule(UWidgetBlueprint* WidgetBlueprint, FCompilerResultsLog& MessageLog)
|
|
{
|
|
}
|