/content/guides/simstad/simstad.png

Reset

Contributors

mange61
guser40

Funding

formas
smartbuilt

Reset

The Reset method restores Unreal to a clean state, removing all layers and markers. This is useful when switching scenarios or reloading content.

Reset is performed using ResetRequest, and Unreal replies with ResetResponse once the operation is complete.

ResetRequest

Sends a command to reset all layers and markers.

nametyperequireddescription
typestring"ResetRequest"
miscstringUnused

Example request:

{
  "type": "ResetRequest",
  "misc": "..."
}

ResetResponse

Returned by Unreal after completing a reset.

Example response:

{
  "type": "ResetResponse"
}