Navigation
API > API/Plugins > API/Plugins/MassMovement
This processor runs the spring damper to update FSpringMovementRuntime from desired movement input. It does NOT move the character — that is handled by USpringApplyMovementProcessor or a custom movement processor. Note: applying this spring to the character's desired movement will introduce some latency between desired input and the resulting movement that can degrade the accuracy of the navigation systems
| Name | USpringUpdateProcessor |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MassGameplay/Source/MassMovement/Public/MassSpringMovementProcessors.h |
| Include Path | #include "MassSpringMovementProcessors.h" |
Syntax
UCLASS (MinimalAPI)
class USpringUpdateProcessor : public UMassProcessor
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMassProcessor → USpringUpdateProcessor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USpringUpdateProcessor() |
MassSpringMovementProcessors.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EntityQuery | FMassEntityQuery | MassSpringMovementProcessors.h |
Functions
Public
Protected Virtual
Overridden from UMassProcessor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ConfigureQueries
(
const TSharedRef< FMassEntityManager >& EntityManager |
MassSpringMovementProcessors.h | ||
virtual void Execute
(
FMassEntityManager& EntityManager, |
MassSpringMovementProcessors.h |