Navigation
API > API/Plugins > API/Plugins/NetworkPredictionExtras > API/Plugins/NetworkPredictionExtras/UCharacterMotionComponent
- UBaseMovementComponent::OnBeginOverlap()
- UCharacterMotionComponent::OnBeginOverlap()
References
Module | NetworkPredictionExtras |
Header | /Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/CharacterMotionComponent.h |
Include | #include "CharacterMotionComponent.h" |
Source | /Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Private/CharacterMotionComponent.cpp |
virtual void OnBeginOverlap
&40;
UPrimitiveComponent &42; OverlappedComp,
AActor &42; Other,
UPrimitiveComponent &42; OtherComp,
int32 OtherBodyIndex,
bool bFromSweep,
const FHitResult & SweepResult
&41;
Remarks
BeginOverlap has to be bound to a ufunction, so we have no choice but to bind here and forward into simulation code. Not ideal.