Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FScopedMovementUpdate
Description
Fills in the list of overlaps at the end location (in EndOverlaps). Returns pointer to the list, or null if it can't be computed.
| Name | GetOverlapsAtEnd |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Engine/ScopedMovementUpdate.h |
| Include Path | #include "Engine/ScopedMovementUpdate.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Engine/ScopedMovementUpdate.cpp |
TOptional < TOverlapArrayView > GetOverlapsAtEnd
(
class UPrimitiveComponent & PrimComponent,
TInlineOverlapInfoArray & OutEndOverlaps,
bool bTransformChanged
) const