mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
12 lines
286 B
C++
12 lines
286 B
C++
#include "FortItemWidget_NUI.h"
|
|
|
|
void UFortItemWidget_NUI::SetItemViewContext(TScriptInterface<IFortItemViewContextInterface> NewItemViewContext) {
|
|
}
|
|
|
|
void UFortItemWidget_NUI::SetItemToRepresent(const UFortItem* NewItemToRepresent) {
|
|
}
|
|
|
|
UFortItemWidget_NUI::UFortItemWidget_NUI() {
|
|
}
|
|
|