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_FourParams
(
FComponentEndOverlapSignature,
UPrimitiveComponent ,
OnComponentEndOverlap,
UPrimitiveComponent *,
OverlappedComponent,
AActor *,
OtherActor,
UPrimitiveComponent *,
OtherComp,
int32 ,
OtherBodyIndex
)
Remarks
Delegate for notification of end of overlap with a specific component