mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 12:33:25 +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() {
|
|
}
|
|
|