Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't set UObjectProperty's Class Default value #43

Open
Algorithman opened this issue Aug 27, 2015 · 0 comments
Open

Can't set UObjectProperty's Class Default value #43

Algorithman opened this issue Aug 27, 2015 · 0 comments
Labels

Comments

@Algorithman
Copy link

If you try to set the default value of a UObjectProperty of a C# class i get the following warning:
LogProperty:Warning: Illegal TEXT reference to a private object in external package (StaticMeshActor /Game/StarterContent/Maps/Minimal_Default.Minimal_Default:PersistentLevel.Chair) from referencer (TestNochmalNeu_C /Game/TestNochmalNeu.Default__TestNochmalNeu_C). Import failed...
LogProperty:Warning: Illegal TEXT reference to a private object in external package (StaticMeshActor /Game/StarterContent/Maps/Minimal_Default.Minimal_Default:PersistentLevel.Chair) from referencer (TestNochmalNeu_C /Game/Max.Max_C:TestNochmalNeuA24BB8B142339FCD457728AE708B2890). Import failed...
LogProperty:Warning: Illegal TEXT reference to a private object in external package (StaticMeshActor /Game/StarterContent/Maps/Minimal_Default.Minimal_Default:PersistentLevel.Chair) from referencer (TestNochmalNeu_C /Engine/Transient.REINST_Max_C_25:TestNochmalNeuA24BB8B142339FCD457728AE708B2890). Import failed...
LogProperty:Warning: Illegal TEXT reference to a private object in external package (StaticMeshActor /Game/StarterContent/Maps/Minimal_Default.Minimal_Default:PersistentLevel.Chair) from referencer (TestNochmalNeu_C /Engine/Transient.REINST_Max_C_29:TestNochmalNeuA24BB8B142339FCD457728AE708B2890). Import failed...

Names:
Max = Actor which holds the KlawrScriptComponent
TestNochmalNeu_C = Name of the KlawrScriptComponent class

It won't hold (in this case) the Actor.

@enlight enlight added the bug label Aug 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants