Files
FNGameProj/Source/FortniteGame/Private/FortAnimNotifyState_RootMotionInterrupt.cpp
2024-01-21 00:41:14 +01:00

8 lines
231 B
C++

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