Navigation
API > API/Plugins > API/Plugins/MassNavigation
Fragment holding the registration handle to the navigation element created from a Mass entity. The fragment is added to indicate that a Mass entity is relevant to the AI navigation system.
| Name | FNavigationRelevantFragment |
| Type | struct |
| Header File | /Engine/Plugins/AI/MassAI/Source/MassNavigation/Public/MassNavigationFragments.h |
| Include Path | #include "MassNavigationFragments.h" |
Syntax
USTRUCT ()
struct FNavigationRelevantFragment : public FMassFragment
Inheritance Hierarchy
- FMassFragment → FNavigationRelevantFragment
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MassNavigationFragments.h | |||
FNavigationRelevantFragment
(
const FNavigationElementHandle Handle |
MassNavigationFragments.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Handle | FNavigationElementHandle | Handle to the Navigation element created and registered for the entity | MassNavigationFragments.h |