Files
UnrealEvent/Project/Source/FortniteGame/Private/CreativeToolObjectInteractionRow.cpp
2026-04-22 15:51:07 +02:00

8 lines
191 B
C++

#include "CreativeToolObjectInteractionRow.h"
FCreativeToolObjectInteractionRow::FCreativeToolObjectInteractionRow() {
this->AllowedClasses = NULL;
this->ForbiddenClasses = NULL;
}