Navigation
API > API/Plugins > API/Plugins/NetworkPredictionExtras
Inheritance Hierarchy
- APawn
- ANetworkPredictionExtrasFlyingPawn
- ANetworkPredictionExtrasFlyingPawn_MockAbility
References
| Module | NetworkPredictionExtras |
| Header | /Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/NetworkPredictionExtrasFlyingPawn.h |
| Include | #include "NetworkPredictionExtrasFlyingPawn.h" |
Syntax
UCLASS ()
class ANetworkPredictionExtrasFlyingPawn_MockAbility : public ANetworkPredictionExtrasFlyingPawn
Remarks
Example subclass of ANetworkPredictionExtrasFlyingPawn that uses the MockAbility simulation.
Variables
| Type | Name | Description | |
|---|---|---|---|
| ENetworkPredictionExtrasMockAbilityInputPreset | AbilityInputPreset | ||
| bool | bBlinkPressed | ||
| bool | bDashPressed | ||
| bool | bPrimaryPressed | ||
| bool | bSecondaryPressed | ||
| bool | bSprintPressed |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ANetworkPredictionExtrasFlyingPawn_MockAbility
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| float | |||
| UMockFlyingAbilityComponent * | |||
| const UMockFlyingAbilityComponent * | |||
| float | GetStamina () |
||
| void | ProduceInput
(
const int32 SimTimeMS, |
||
| void | ProduceInput
(
const int32 DeltaMS, |
Overridden from ANetworkPredictionExtrasFlyingPawn
| Type | Name | Description | |
|---|---|---|---|
| void | BeginPlay () |
||
| void | SetupPlayerInputComponent
(
UInputComponent* PlayerInputComponent |