#include "ViewportWorldInterface.h"
|
| static void | SetPlayerInput (APlayerController *PlayerController) |
| |
| static bool | UpdatePlayerInputImpl (UObject *Caller, const APlayerController *PlayerController, UInputMappingContext *MappingContext, bool bApplyImmediately) |
| |
◆ OnPlayerInputUpdated()
| void IViewportWorldInterface::OnPlayerInputUpdated |
( |
UInputMappingContext * | InputMappingContext | ) |
|
|
protected |
Updates the player input for the specified player controller using the provided input mapping context.
- Parameters
-
| InputMappingContext | The input mapping context to be applied. |
◆ SetPlayerInput()
| void IViewportWorldInterface::SetPlayerInput |
( |
APlayerController * | PlayerController | ) |
|
|
static |
Sets the player input for the specified player controller.
- Parameters
-
| PlayerController | The player controller for which the input is set. |
◆ UpdatePlayerInputImpl()
| bool IViewportWorldInterface::UpdatePlayerInputImpl |
( |
UObject * | Caller, |
|
|
const APlayerController * | PlayerController, |
|
|
UInputMappingContext * | MappingContext, |
|
|
bool | bApplyImmediately ) |
|
static |
Updates the player input for the specified player controller using the provided input mapping context.
- Parameters
-
| Caller | The object that is calling this method. |
| PlayerController | The player controller for which the input is updated. |
| MappingContext | The input mapping context to be applied. |
| bApplyImmediately | Whether to apply the mapping context immediately or not. |
- Returns
- true if the player input was updated successfully, false otherwise.
The documentation for this class was generated from the following files: