Navigation
API > API/Plugins > API/Plugins/NetworkPredictionExtras > API/Plugins/NetworkPredictionExtras/UParametricMovementComponent
Syntax
UPROPERTY&40;EditAnywhere, BlueprintReadOnly, Category&61;ParametricMovement&41;
bool bDisableParametricMovementSimulation
Remarks
Temp Parametric movement example The essence of this movement simulation is to map some Time value to a transform. That is it. (It could be mapped via a spline, a curve, a simple blueprint function, etc). What is below is just a simple C++ implementation to stand things up. Most likely we would do additional subclasses to vary the way this is implemented)
Disables starting the simulation. For development/testing ease of use