Navigation
API > API/Plugins > API/Plugins/MassNavigation > API/Plugins/MassNavigation/Steering
Inheritance Hierarchy
- FMassFragment
- FMassStandingSteeringFragment
References
| Module | MassNavigation |
| Header | /Engine/Plugins/AI/MassAI/Source/MassNavigation/Public/Steering/MassSteeringFragments.h |
| Include | #include "Steering/MassSteeringFragments.h" |
Syntax
USTRUCT&40;&41;
struct FMassStandingSteeringFragment : public FMassFragment
Remarks
Standing steering.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnteredFromMoveAction | True if we just entered from move action | |
| bool | bIsUpdatingTarget | True if the target is being updated | |
| FVector | TargetLocation | Selected steer target based on ghost, updates periodically. | |
| float | TargetSelectionCooldown | Cooldown between target updates | |
| float | TrackedTargetSpeed | Used during target update to see when the target movement stops |