FNavDataConfig

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationTypes.h

Include

#include "AI/Navigation/NavigationTypes.h"

Syntax

struct FNavDataConfig : public FNavAgentProperties

Variables

Name Description

Public variable

FColor

 

Color

Color used to represent this agent in the editor and for debugging

Public variable

FVector

 

DefaultQueryExtent

Rough size of this agent, used when projecting unto navigation mesh

Public variable

FName

 

Name

Internal/debug name of this agent

Protected variable

TSoftClassPtr< ...

 

NavDataClass

Class to use when spawning navigation data instance

Constructors

Name Description

Public function

FNavDataConfig

(
    const FNavDataConfig& Other
)

Public function

FNavDataConfig

(
    float Radius,
    float Height
)

Functions

Deprecated Variables

Name Description

Public variable

TSubclassOf< AA...

 

NavigationDataClass

FNavDataConfig.NavigationDataClass is deprecated and setting it directly has no effect. Please use setter and getter functions instead.

Public variable

FSoftClassPath

 

NavigationDataClassName

[FNavDataConfig.NavigationDataClassName](API\Runtime\Engine\AI\Navigation\FNavDataConfig\NavigationDataClassName) is deprecated. Please use setter and getter functions instead.

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