Navigation
API > API/Plugins > API/Plugins/MassNavigation
Inheritance Hierarchy
- FMassFragment
- FMassGhostLocationFragment
References
| Module | MassNavigation |
| Header | /Engine/Plugins/AI/MassAI/Source/MassNavigation/Public/MassNavigationFragments.h |
| Include | #include "MassNavigationFragments.h" |
Syntax
USTRUCT&40;&41;
struct FMassGhostLocationFragment : public FMassFragment
Remarks
Ghost location used for standing navigation.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint16 | LastSeenActionID | The action ID the ghost was initialized for | |
| FVector | Location | Location of the ghost | |
| FVector | Velocity | Velocity of the ghost |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid
(
const uint16 CurrentActionID |