Go to the source code of this file.
|
| enum | EPathFollowingStatus::Type : int { EPathFollowingStatus::Idle
, EPathFollowingStatus::Waiting
, EPathFollowingStatus::Paused
, EPathFollowingStatus::Moving
} |
| |
| enum | EPathFollowingResult::Type : int {
EPathFollowingResult::Success
, EPathFollowingResult::Blocked
, EPathFollowingResult::OffPath
, EPathFollowingResult::Aborted
,
EPathFollowingResult::UMETA =(Hidden)
, EPathFollowingResult::Invalid
} |
| |
| enum | EPathFollowingAction::Type : int {
EPathFollowingAction::Error
, EPathFollowingAction::NoMove
, EPathFollowingAction::DirectMove
, EPathFollowingAction::PartialPath
,
EPathFollowingAction::PathToGoal
} |
| |
| enum | EPathFollowingRequestResult::Type : int { EPathFollowingRequestResult::Failed
, EPathFollowingRequestResult::AlreadyAtGoal
, EPathFollowingRequestResult::RequestSuccessful
} |
| |
| enum | EPathFollowingDebugTokens::Type : int { EPathFollowingDebugTokens::Description
, EPathFollowingDebugTokens::ParamName
, EPathFollowingDebugTokens::FailedValue
, EPathFollowingDebugTokens::PassedValue
} |
| |
| enum | EPathFollowingMessage::Type : int { EPathFollowingMessage::NoPath
, EPathFollowingMessage::OtherRequest
} |
| |
| enum class | EPathFollowingVelocityMode : uint8 { Reset
, Keep
} |
| |
| enum class | EPathFollowingReachMode : uint8 { ExactLocation
, OverlapAgent
, OverlapGoal
, OverlapAgentAndGoal
} |
| |
◆ EPathFollowingReachMode
| Enumerator |
|---|
| ExactLocation | reach test uses only AcceptanceRadius
|
| OverlapAgent | reach test uses AcceptanceRadius increased by modified agent radius
|
| OverlapGoal | reach test uses AcceptanceRadius increased by goal actor radius
|
| OverlapAgentAndGoal | reach test uses AcceptanceRadius increased by modified agent radius AND goal actor radius
|
◆ EPathFollowingVelocityMode
◆ DECLARE_LOG_CATEGORY_EXTERN()