Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/UMovementComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/MovementComponent.h |
| Include | #include "GameFramework/MovementComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/MovementComponent.cpp |
bool K2_MoveUpdatedComponent
&40;
FVector Delta,
FRotator NewRotation,
FHitResult & OutHit,
bool bSweep,
bool bTeleport
&41;
Remarks
Moves our UpdatedComponent by the given Delta, and sets rotation to NewRotation. Respects the plane constraint, if enabled. True if some movement occurred, false if no movement occurred. Result of any impact will be stored in OutHit.