12 lines
286 B
C++
12 lines
286 B
C++
|
|
// Copyright Echo Devgroup
|
||
|
|
|
||
|
|
|
||
|
|
#include "UI/Widget/AuraUserWidget.h"
|
||
|
|
|
||
|
|
void UAuraUserWidget::SetWidgetController(UObject* InWidgetController)
|
||
|
|
{
|
||
|
|
WidgetController = InWidgetController;
|
||
|
|
//UE_LOG(LogTemp, Warning, TEXT("AuraUserWidget.cpp - SetWidgetController"));
|
||
|
|
WidgetControllerSet();
|
||
|
|
}
|