Navigation
API > API/Plugins > API/Plugins/ModularGameplay > API/Plugins/ModularGameplay/UControllerComponent
Description
PlayerTick is only called if the PlayerController has a PlayerInput object. Therefore, it will only be called for locally controlled PlayerControllers.
| Name | PlayerTick |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ModularGameplay/Source/ModularGameplay/Public/Components/ControllerComponent.h |
| Include Path | #include "Components/ControllerComponent.h" |
virtual void PlayerTick
(
float DeltaTime
)