Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include | #include "Components/PrimitiveComponent.h" |
DECLARE_DYNAMIC_MULTICAST_SPARSE_DELEGATE_SixParams
(
FComponentBeginOverlapSignature,
UPrimitiveComponent ,
OnComponentBeginOverlap,
UPrimitiveComponent *,
OverlappedComponent,
AActor *,
OtherActor,
UPrimitiveComponent *,
OtherComp,
int32 ,
OtherBodyIndex,
bool,
bFromSweep,
const FHitResult &,
SweepResult
)
Remarks
Delegate for notification of start of overlap with a specific component