Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/FPathFollowingResult
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Navigation/PathFollowingComponent.h | |||
FPathFollowingResult
(
FPathFollowingResultFlags::Type InFlags |
Navigation/PathFollowingComponent.h | ||
FPathFollowingResult
(
EPathFollowingResult::Type ResultCode, |
Navigation/PathFollowingComponent.h |
FPathFollowingResult()
| Name | FPathFollowingResult |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/Navigation/PathFollowingComponent.h |
| Include Path | #include "Navigation/PathFollowingComponent.h" |
FPathFollowingResult()
FPathFollowingResult(FPathFollowingResultFlags::Type)
| Name | FPathFollowingResult |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/Navigation/PathFollowingComponent.h |
| Include Path | #include "Navigation/PathFollowingComponent.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/Navigation/PathFollowingComponent.cpp |
FPathFollowingResult
(
FPathFollowingResultFlags::Type InFlags
)
FPathFollowingResult(EPathFollowingResult::Type, FPathFollowingResultFlags::Type)
| Name | FPathFollowingResult |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/Navigation/PathFollowingComponent.h |
| Include Path | #include "Navigation/PathFollowingComponent.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/Navigation/PathFollowingComponent.cpp |
FPathFollowingResult
(
EPathFollowingResult::Type ResultCode,
FPathFollowingResultFlags::Type ExtraFlags
)