forked from nxrighthere/UnrealCLR
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose batched overlapping functionality for actors and components
- Loading branch information
1 parent
2cc72a7
commit 6afb5a9
Showing
12 changed files
with
131 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
### [UnrealEngine.Framework](./UnrealEngine-Framework.md 'UnrealEngine.Framework').[Actor](./Actor.md 'UnrealEngine.Framework.Actor') | ||
## Actor.ForEachOverlappingActor<T>(System.Action<T>) Method | ||
Performs the specified action on each overlapping actor if any | ||
```csharp | ||
public void ForEachOverlappingActor<T>(System.Action<T> action); | ||
``` | ||
#### Type parameters | ||
<a name='UnrealEngine-Framework-Actor-ForEachOverlappingActor-T-(System-Action-T-)-T'></a> | ||
`T` | ||
|
||
#### Parameters | ||
<a name='UnrealEngine-Framework-Actor-ForEachOverlappingActor-T-(System-Action-T-)-action'></a> | ||
`action` [System.Action<](https://docs.microsoft.com/en-us/dotnet/api/System.Action-1 'System.Action`1')[T](#UnrealEngine-Framework-Actor-ForEachOverlappingActor-T-(System-Action-T-)-T 'UnrealEngine.Framework.Actor.ForEachOverlappingActor<T>(System.Action<T>).T')[>](https://docs.microsoft.com/en-us/dotnet/api/System.Action-1 'System.Action`1') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
API/PrimitiveComponent-ForEachOverlappingComponent-T-(Action-T-).md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
### [UnrealEngine.Framework](./UnrealEngine-Framework.md 'UnrealEngine.Framework').[PrimitiveComponent](./PrimitiveComponent.md 'UnrealEngine.Framework.PrimitiveComponent') | ||
## PrimitiveComponent.ForEachOverlappingComponent<T>(System.Action<T>) Method | ||
Performs the specified action on each overlapping component if any | ||
```csharp | ||
public void ForEachOverlappingComponent<T>(System.Action<T> action); | ||
``` | ||
#### Type parameters | ||
<a name='UnrealEngine-Framework-PrimitiveComponent-ForEachOverlappingComponent-T-(System-Action-T-)-T'></a> | ||
`T` | ||
|
||
#### Parameters | ||
<a name='UnrealEngine-Framework-PrimitiveComponent-ForEachOverlappingComponent-T-(System-Action-T-)-action'></a> | ||
`action` [System.Action<](https://docs.microsoft.com/en-us/dotnet/api/System.Action-1 'System.Action`1')[T](#UnrealEngine-Framework-PrimitiveComponent-ForEachOverlappingComponent-T-(System-Action-T-)-T 'UnrealEngine.Framework.PrimitiveComponent.ForEachOverlappingComponent<T>(System.Action<T>).T')[>](https://docs.microsoft.com/en-us/dotnet/api/System.Action-1 'System.Action`1') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters