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

10 lines
305 B
C++

#include "FortConsumableAccountItemDefinition.h"
UFortConsumableAccountItemDefinition::UFortConsumableAccountItemDefinition() {
this->bCanActivateOnSelf = true;
this->bCanActivateOnOthers = false;
this->bIsAutomaticallyConsumed = false;
this->ProfileType = EItemProfileType::Campaign;
}