For the complete documentation index, see llms.txt. This page is also available as Markdown.

Custom Console Commands

This page outlines some helpful console commands we've created to allow you to better test your world from PIE

Command
Description
Example Usage
Notes

M2.Teleport <ZOffset>

Teleport to the location at the center of the screen.

M2.Teleport 100 M2.Teleport

Works with debug camera which provides a helpful pointer for where you will be teleporting to. ZOffset argument is optional. If excluded, it will default to 100

M2.Logging.LogVerbosity <Category> <Verbosity> <optional: BotsOnly>

Change log verbosity of all clients and server.

M2.Logging.LogVerbosity LogActor Verbose

Requires an M2_ConsoleCommandsSingleton actor in the world. Add it to the AdditionalSingletons list in the world settings to spawn one.

Last updated

Was this helpful?