UFlyingMovementComponent::OnBeginOverlap

BeginOverlap has to be bound to a ufunction, so we have no choice but to bind here and forward into simulation code. Not ideal.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UBaseMovementComponent::OnBeginOverlap()

UFlyingMovementComponent::OnBeginOverlap()

References

Module

NetworkPredictionExtras

Header

/Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/FlyingMovementComponent.h

Include

#include "FlyingMovementComponent.h"

Source

/Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Private/FlyingMovementComponent.cpp

Syntax

virtual void OnBeginOverlap
(
    UPrimitiveComponent * OverlappedComp,
    AActor * Other,
    UPrimitiveComponent * OtherComp,
    int32 OtherBodyIndex,
    bool bFromSweep,
    const FHitResult & SweepResult
)

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.