Files
2026-04-22 15:51:07 +02:00

12 lines
358 B
C++

#include "FortGameplayCueAttachInfo.h"
FFortGameplayCueAttachInfo::FFortGameplayCueAttachInfo() {
this->AttachType = EFortGameplayCueAttachType::AttachToTarget;
this->bAttachToWeapon = false;
this->bAttachToHitResult = false;
this->bUseUnsmoothedNetworkPosition = false;
this->bIgnoreScale = false;
this->bIgnoreRotation = false;
}