Actor-ForEachChildActor-T-(Action-T-).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.Actor
Actor.ForEachChildActor<T>(System.Action<T>) Method
Performs the specified action on each child actor with ChildActorComponent, including children of child if any
public void ForEachChildActor<T>(System.Action<T> action)
where T : UnrealEngine.Framework.Actor;
Type parameters
Constraints Actor
Parameters
action System.Action<T>