You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
Sometimes the schema directory is locked by an Unreal Engine process. This can cause attempts to delete the Schema Database via the button in the UnrealGDK toolbar to fail, throwing this error:
File locked: Error: Unable to delete schema database
Expected behaviour
The Delete Schema Database button should do just that.
Workaround
If you find yourself in this state, close and re-open the Unreal Editor to resolve the issue.
Steps to reproduce
Provide an unambiguous set of steps to reproduce this bug. Include code snippets if relevant.
Perform initial schema generation.
Play In Editor with one client.
Stop the PIE session.
Attempt to delete the Schema Database using the in Editor option.
Description
Sometimes the
schema
directory is locked by an Unreal Engine process. This can cause attempts to delete the Schema Database via the button in the UnrealGDK toolbar to fail, throwing this error:File locked: Error: Unable to delete schema database
Expected behaviour
The Delete Schema Database button should do just that.
Workaround
If you find yourself in this state, close and re-open the Unreal Editor to resolve the issue.
Steps to reproduce
Provide an unambiguous set of steps to reproduce this bug. Include code snippets if relevant.
Environment
4.26
master
Example Project
Windows 10
Internal ticket reference
UNR-4754
The text was updated successfully, but these errors were encountered: