#include <NetworkCharacterComponent.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
virtual AZ::Vector3 | TryMoveWithVelocity (const AZ::Vector3 &velocity, float deltaTime)=0 |
NetworkCharacterRequests ComponentBus handled by NetworkCharacterComponentController. Bus was created for exposing controller methods to script; C++ users should access the controller directly.
|
pure virtual |
TryMoveWithVelocity Will move this character entity kinematically through physical world while also ensuring the network stays in-sync. Velocity will be applied over delta-time to determine the movement amount. Returns this entity's world-space position after the move.