Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPrimitiveComponent
Description
Begin tracking an overlap interaction with the component specified.
| Name | BeginComponentOverlap |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include Path | #include "Components/PrimitiveComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/PrimitiveComponent.cpp |
void BeginComponentOverlap
(
const FOverlapInfo & OtherOverlap,
bool bDoNotifies
)
Parameters
| Name | Remarks |
|---|---|
| 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. |