Navigation
API > API/Plugins > API/Plugins/NetworkPredictionExtras > API/Plugins/NetworkPredictionExtras/UBaseMovementComponent
- UBaseMovementComponent::OnBeginOverlap()
- UCharacterMotionComponent::OnBeginOverlap()
- UFlyingMovementComponent::OnBeginOverlap()
References
Module | NetworkPredictionExtras |
Header | /Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/BaseMovementComponent.h |
Include | #include "BaseMovementComponent.h" |
UFUNCTION ()
virtual void OnBeginOverlap
(
UPrimitiveComponent * OverlappedComp,
AActor * Other,
UPrimitiveComponent * OtherComp,
int32 OtherBodyIndex,
bool bFromSweep,
const FHitResult & SweepResult
)
Remarks
Callbacks.