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

10 lines
213 B
C++

#include "AttachedInfo.h"
FAttachedInfo::FAttachedInfo() {
AttachedToActor = NULL;
NarrowPlacementAgainstVelocityThreshold = 1;
StickyOffsetFromPhysicsMesh = 1;
StickyOffsetFromBoneCenter = 1;
}