Files
FNGameProj/Source/FortniteGame/Private/FortGameplayCueAttachInfo.cpp
T
2024-06-07 01:17:09 +02:00

12 lines
322 B
C++

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