Guys, may I ask how can I start the engine of an F16 in UE? #987
jijnt12345
started this conversation in
Support requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried modifying the following parameters, but none of them work.
EngineCommands[0].Starter = true;
EngineCommands[0].Magnetos = EMagnetosMode::Both;
EngineCommands[0].Condition = true;
EngineCommands[0].Ignition = 10;
EngineCommands[0].Injection = true;
EngineCommands[0].Mixture = true;
EngineCommands[0].Running =true;
Beta Was this translation helpful? Give feedback.
All reactions