Constructors
| Name | Description |
|---|---|
ACharacter() |
Override Functions
| Access | Return | Modifier | Name | Description |
|---|---|---|---|---|
protected | void | onInput() |
Functions
| Access | Return | Modifier | Name | Description |
|---|---|---|---|---|
public | void | setMoveScale( float inScale ) | ||
public | void | setMoveInput( float inForward, float inRight, float inUp ) | ||
public | void | |||
public | void | jump( float inSpeed ) | ||
public | void | addPitch( float inValue ) | ||
public | void | addRoll( float inValue ) | ||
public | void | addYaw( float inValue ) |
Members
| Access | Type | Modifier | Name | Description |
|---|---|---|---|---|
public | float | static, constexpr | DEFAULT_JUMP_SPEED | |
protected | float | m_moveScale | ||
protected | float | m_forwardInput | ||
protected | float | m_rightInput | ||
protected | float | m_upInput | ||
protected | m_lastInputTime | |||
protected | bool | m_bMoving |