mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
22 lines
532 B
C++
22 lines
532 B
C++
#include "AthenaCreativeItemTileButton.h"
|
|
|
|
|
|
|
|
UAthenaCreativeItemEntryObjectWrapper* UAthenaCreativeItemTileButton::MakeFortItemEntryObjectWrapper(UObject* Target, FFortItemEntry& InItemEntry) {
|
|
return NULL;
|
|
}
|
|
|
|
int32 UAthenaCreativeItemTileButton::GetItemTypeCount() {
|
|
return 0;
|
|
}
|
|
|
|
bool UAthenaCreativeItemTileButton::CompareToItemEntry(const FFortItemEntry& InItemEntry) {
|
|
return false;
|
|
}
|
|
|
|
UAthenaCreativeItemTileButton::UAthenaCreativeItemTileButton() {
|
|
this->ParentView = NULL;
|
|
this->ItemDefinition = NULL;
|
|
}
|
|
|