Files
FNGameProj/Source/FortniteGame/Private/FortContentEncryptionCollection.cpp
T
2024-03-03 23:44:39 +01:00

9 lines
300 B
C++

#include "FortContentEncryptionCollection.h"
FFortContentEncryptionCollection::FFortContentEncryptionCollection() {
this->bEnabled = false;
this->Grouping = EFortContentEncryptionCollectionGrouping::Individual;
this->AllowedReferences = EFortContentEncryptionAllowedReferences::None;
}