Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > FScopedMovementUpdate
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Engine/ScopedMovementUpdate.h |
Include | #include "Engine/ScopedMovementUpdate.h" |
bool RequiresOverlapsEventFlag() const
Remarks
Returns true if we require GetGenerateOverlapEvents() on both the moving object and the overlapped object to add them to the pending overlaps list. These flags will still be required when dispatching calls to UpdateOverlaps(), but this allows some custom processing of queued overlaps that would be otherwise missed along the way.