Execute action to each known entity.
Assembly: Epic.Prelude
Declaration Syntax
C# |
void ForEachKnownEntity( Action<TEntity> action )
Parameters
- action (Action<(Of <(<'TEntity>)>)>)
- Action to execute on each known entity.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | action is nullNothingnullptr. |
AggregatedOperationFailedException<(Of <(<'TIdentity>)>)> | An exception
occurred during the application of action to one or more known entities. |