Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UPrimitiveComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include | #include "Components/PrimitiveComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/PrimitiveComponent.cpp |
void BeginComponentOverlap
&40;
const FOverlapInfo & OtherOverlap,
bool bDoNotifies
&41;
Remarks
Begin tracking an overlap interaction with the component specified.
Parameters
| Name | Description |
|---|---|
| OtherComp | The component of the other actor that this component is now overlapping |
| bDoNotifies | True to dispatch appropriate begin/end overlap notifications when these events occur. |