ContinueUI and resetasync
Posted: 16 Mar 2022 07:03
Does anyone know if this actually works for resetting the UI ? It seems as though that the continueui GO does not actually get reset back to normal after calling this:
Code: Select all
// 3. Reset state.
var stateManager = Engine.GetService<IStateManager>();
await stateManager.ResetStateAsync();
this is from the guide