This commit is contained in:
Niklas
2024-03-03 23:44:39 +01:00
parent cc122e5dea
commit 6a689f41fe
19244 changed files with 508496 additions and 12245 deletions
@@ -0,0 +1,8 @@
#include "SmartObjectComponent.h"
USmartObjectComponent::USmartObjectComponent() {
this->ExecutionPriorityOverride = 0;
this->bRichSmartObjectOwner = false;
this->bRichSmartObjectComponent = false;
}