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.
defaultproperties
{
// Not supported
DefaultTexture="EngineResources.WhiteSquareTexture"
// Supported
DefaultTexture=Texture2D'EngineResources.WhiteSquareTexture'
}
Screenshots
No response
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 'Objectif type checking is enabled.Screenshots
No response