Is that the only way to execute multiple commands?

That doesn’t look “efficient” for me tho…
Is it possible to make this for example in C++ ? :stuck_out_tongue: adding a node what is in C++ ?

Just put your commands in a UBlueprintFunctionLibrary function via C++. You can then call them in BP.
But yeah, in BP that’s how you do it.

use “|” as the separator between commands, e.g. stat fps | stat unit, but only works in runtime

2 Likes