ERegistrationResult

Windows
MacOS
Linux

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h

Include

#include "NavigationSystem.h"

Syntax

enum ERegistrationResult
{
    RegistrationError,
    RegistrationFailed_DataPendingKill,
    RegistrationFailed_AgentAlreadySupported,
    RegistrationFailed_AgentNotValid,
    RegistrationFailed_NotSuitable,
    RegistrationSuccessful,
}

Values

Name

Description

RegistrationError

RegistrationFailed_DataPendingKill

RegistrationFailed_AgentAlreadySupported

RegistrationFailed_AgentNotValid

RegistrationFailed_NotSuitable

RegistrationSuccessful

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss