Skip to content
This repository was archived by the owner on Oct 19, 2020. It is now read-only.
This repository was archived by the owner on Oct 19, 2020. It is now read-only.

Class redirectors don't work #96

@pixeltris

Description

@pixeltris

Class redirectors currently depend on the concrete type UClass to be used in order for redirectors to work (see FCoreRedirects:GetFlagsForTypeName). As USharp uses USharpClass, none of the C# defined classes can use redirectors. Structs might also be impacted as USharp uses a custom type USharpStruct.

Redirectors are pretty important for creating template projects in the same format that C++ template projects are made (redirectors are used to rename classes based on the project name). They are also generally important for renaming types.

The only real way of fixing this is engine source modifications.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions