UPawnMovementComponent::GetPendingInputVector

Return the pending input vector in world space.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/PawnMovementComponent.h

Include

#include "GameFramework/PawnMovementComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/PawnMovementComponent.cpp

Syntax

FVector GetPendingInputVector() const

Remarks

Return the pending input vector in world space. This is the most up-to-date value of the input vector, pending ConsumeMovementInputVector() which clears it. PawnMovementComponents implementing movement usually want to use either this or ConsumeInputVector() as these functions represent the most recent state of input.

Returns

The pending input vector in world space.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss