Skip to content

[Bug]: Assigning an object to a string (DefaultProperties) #160

@EliotVU

Description

@EliotVU

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions