We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd3bcd commit 4e34524Copy full SHA for 4e34524
Source/Engine/Level/Actor.cpp
@@ -439,6 +439,7 @@ Array<Actor*> Actor::GetChildren(const MClass* type) const
439
440
void Actor::DestroyChildren(float timeLeft)
441
{
442
+ PROFILE_CPU();
443
Array<Actor*> children = Children;
444
const bool useGameTime = timeLeft > ZeroTolerance;
445
for (Actor* child : children)
0 commit comments