Skip to content

How to Trim Aircraft in JSBSim Plugin for Unreal Engine 5 #1232

Answered by gallonmate
awdsaber asked this question in Q&A
Discussion options

You must be logged in to vote

Disclosure, this is my brief understanding and a brief test trying to use trim in active flight, it may not be 100% correct:

In UE5 we can call simulation/do_simple_trim, with value 1 to do a full trim through the blueprint command console node, seen in this image. Unfortunately it crashes the editor if trim fails (trim is not always successful). In addition there are also extra steps needed for Trim to successfully apply it's results to UE5.

-The editor crashes when/if trim fails because JSBSim throws an exception and UE5 editor does not handle exceptions, so it just crashes when using the blueprint node. The plugin can call Trim in c++ without crashing, so I'll have to see if I can app…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@awdsaber
Comment options

@gallonmate
Comment options

Answer selected by awdsaber
@awdsaber
Comment options

@gallonmate
Comment options

@awdsaber
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants