Files
UnrealEvent/Project/Source/FortniteGame/Private/FortAnimNotifyState_RootMotionInterrupt.cpp
T
2026-04-22 15:51:07 +02:00

8 lines
231 B
C++

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