Epic Developer Community Forums
C++: DestroyComponent crashes program.
Development
Programming & Scripting
crash
,
unreal-engine
,
question
,
CPP
Ivan3z
(Ivan3z)
December 18, 2024, 8:46pm
13
Use this
arr[i].box_component = nullptr;
instead of this
DestroyComponent()
left GC do its work…
1 Like
show post in topic