Navigation
API > API/Plugins > API/Plugins/NetworkPredictionExtras
Inheritance Hierarchy
- UActorComponent
- UNetworkPredictionComponent
- UBaseMovementComponent
- UCharacterMotionComponent
- UMockCharacterAbilityComponent
- UFlyingMovementComponent
- UMockFlyingAbilityComponent
- UMockPhysicsComponent
- UMockRootMotionComponent
- UParametricMovementComponent
References
| Module | NetworkPredictionExtras |
| Header | /Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/BaseMovementComponent.h |
| Include | #include "BaseMovementComponent.h" |
Syntax
UCLASS (Abstract)
class UBaseMovementComponent : public UNetworkPredictionComponent
Remarks
Base component for movement. This essentially has the generic glue for selecting an UpdatedComponent and moving it along the world It is abstract in that you still need to define which simulation the component runs (via ::InstantiateNetworkedSimulation)
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< USceneComponent > | UpdatedComponent | ||
| TObjectPtr< UPrimitiveComponent > | UpdatedPrimitive |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UPrimitiveComponent * | Used by NetworkPrediction driver for physics interpolation case. | ||
| void | OnBeginOverlap
(
UPrimitiveComponent* OverlappedComp, |
Callbacks. | |
| void | OnRegister () |
||
| void | PhysicsVolumeChanged
(
APhysicsVolume* NewVolume |
||
| void | RegisterComponentTickFunctions
(
bool bRegister |
||
| void | SetUpdatedComponent
(
USceneComponent* NewUpdatedComponent |
Basic "Update Component/Ticking". | |
| void |
Overridden from UNetworkPredictionComponent
| Type | Name | Description | |
|---|---|---|---|
| void |