Files
FNGameProj/Source/FortniteGame/Private/FortGameplayCueAttachInfo.cpp
2024-01-21 00:41:14 +01: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;
}