Skip to content

Command Console unable to Command (only reads) - UE 5.5 #1210

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

You must be logged in to vote

The Reference App has the main aircraft controls hardcoded and is being updated every simulation step using the variables directly from Commands, as seen in the Blueprint. Commands is being copied via c++, regardless of the blueprint code, immediately before every simulation step, so it overrides any values you set outside of using the Commands variable.

You can use the Commands variable that already exists in the blueprint and update those values as needed. There's no need to use the Command Console Node for those controls. Although if for some reason you do not wish to use the Commands structure variable for the main controls, then you can edit the plugin in c++, by commenting out/delet…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SLGY
Comment options

Answer selected by SLGY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants