Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSubsystem
Description
Call the InFunc function to all local component registered to the original component within some bounds. Thread safe
| Name | ForAllRegisteredIntersectingLocalComponents |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Subsystems/PCGSubsystem.h |
| Include Path | #include "Subsystems/PCGSubsystem.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Subsystems/PCGSubsystem.cpp |
void ForAllRegisteredIntersectingLocalComponents
(
UPCGComponent * InOriginalComponent,
const FBoxCenterAndExtent & InBounds,
const TFunctionRef < void *)> & InFunc
) const