Files
UnrealEngineUWP/Engine/Source/Runtime/NavigationSystem/NavigationSystem.Build.cs
michael nicolella 2322b6f3cd autortfm: fix issues related to the movement component being created uninstrumented
- revert the code that puts MovementComponent->RegisterComponent(); into the 'open' with a custom undo handler - our new treatment of UObject construction and rollback handles this naturally now, and adding components uninstrumented means that we don't properly capture the state of component lists. this was leading to memory corruption / crashes

- a few additional fixes across a couple of other modules which are necessary to run RegisterComponent with autortfm instrumentation

#rb Brandon.Schaefer, nathan.green

[CL 33565434 by michael nicolella in ue5-main branch]
2024-05-09 20:25:32 -04:00

2.5 KiB