UnrealScript error: Importing defaults for actor: Changing Role in defaultproperties illegal, - what is it importing?
Posted
by
user3079666
on Game Development
See other posts from Game Development
or by user3079666
Published on 2014-08-21T08:52:36Z
Indexed on
2014/08/21
10:31 UTC
Read the original article
Hit count: 402
I added the line
var float Mass;
to Actor and commented it out of the classes that inherit from actor and declare it, fixed all issues but I now get the error message:
Error, Importing defaults for Actor: Changing Role in defaultproperties is illegal (was RemoteRole intended?)
The thing is, I did not change anything related to Role or in defaultproperties. Also since it says Importing, I'm guessing it's some ini file.. any clues?
© Game Development or respective owner