We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd33cd commit 9445b67Copy full SHA for 9445b67
1 file changed
Unreal/Plugins/AirSim/Source/Vehicles/Multirotor/FlyingPawn.cpp
@@ -45,6 +45,9 @@ void AFlyingPawn::EndPlay(const EEndPlayReason::Type EndPlayReason)
45
camera_back_center_ = nullptr;
46
camera_bottom_center_ = nullptr;
47
48
+ pawn_events_.getActuatorSignal().disconnect_all();
49
+ rotating_movements_.Empty();
50
+
51
Super::EndPlay(EndPlayReason);
52
}
53
0 commit comments