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
The server is missing support for assigning an object using a string literal, and reports the error Type 'String' is not assignable to type 'Object if type checking is enabled.
defaultproperties
{
// Not supportedDefaultTexture="EngineResources.WhiteSquareTexture"// SupportedDefaultTexture=Texture2D'EngineResources.WhiteSquareTexture'
}
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
The server is missing support for assigning an object using a string literal, and reports the error
Type 'String' is not assignable to type 'Object
if type checking is enabled.Screenshots
No response
The text was updated successfully, but these errors were encountered: