Actor-ForEachAttachedActor-T-(Action-T-).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.Actor

Actor.ForEachAttachedActor<T>(System.Action<T>) Method

Performs the specified action on each attached actor if any

public void ForEachAttachedActor<T>(System.Action<T> action)
    where T : UnrealEngine.Framework.Actor;

Type parameters

T

Constraints Actor

Parameters

action System.Action<T>

Contents

  1. 0.1UnrealEngine.Framework.Actor
  2. 1(System.Action) Method">Actor.ForEachAttachedActor&#x3C;T>(System.Action&#x3C;T>) Method