Skip to content

custom UObject class crashes UE #8

@ghost

Description

Hi, thank you for you plugin, looks very promising.
Nevertheless, I was faced with difficulties.
When I added to TestClass.cs next code

public class MyTestComponent : UMonoActorComponent
{
    public string text = "text";
}

all works fine, but the folowing code crashes UE

public class MyTestObject : UObject
{
    public string text = "text";
}

What am I doing wrong?

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