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

8 lines
219 B
C++

#include "FortAnimNotifyState_RootMotionInterrupt.h"
UFortAnimNotifyState_RootMotionInterrupt::UFortAnimNotifyState_RootMotionInterrupt() {
MontageInterrupt = EMontageInterrupt::Any;
bAllowMoveInput = true;
}