Files
FNGameProj/Plugins/EnginePlugins/SmartObjects/Source/SmartObjectsModule/Private/SmartObjectComponent.cpp
T
2024-03-03 23:44:39 +01:00

9 lines
214 B
C++

#include "SmartObjectComponent.h"
USmartObjectComponent::USmartObjectComponent() {
this->ExecutionPriorityOverride = 0;
this->bRichSmartObjectOwner = false;
this->bRichSmartObjectComponent = false;
}