Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Kismet2
Syntax
bool bReplaceReferencesToOldClasses
Remarks
Blueprints reuses its UClass* from compile to compile, but it's more intuitive to just replace a UClass* with a new instance (e.g. from a package reload). This flag tells the reinstancer to replace references to old classes with references to new classes.