| FMovementProperties
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationTypes.h |
Include |
#include "AI/Navigation/NavigationTypes.h" |
struct FNavDataConfig : public FNavAgentProperties
Name | Description | ||
---|---|---|---|
|
Color |
Color used to represent this agent in the editor and for debugging |
|
|
DefaultQueryExtent |
Rough size of this agent, used when projecting unto navigation mesh |
|
|
Name |
Internal/debug name of this agent |
|
|
TSoftClassPtr< ... |
NavDataClass |
Class to use when spawning navigation data instance |
Name | Description | |
---|---|---|
|
FNavDataConfig ( |
|
|
FNavDataConfig ( |
Name | Description | ||
---|---|---|---|
|
GetDescription() |
||
|
TSubclassOf<... |
GetNavDataClass() |
|
|
GetNavigationDataClassPropertyName() |
||
|
Invalidate() |
||
|
IsValid() |
||
|
SetNavDataClass ( |
||
|
SetNavDataClass ( |
Name | Description | ||
---|---|---|---|
|
TSubclassOf< AA... |
NavigationDataClass |
FNavDataConfig.NavigationDataClass is deprecated and setting it directly has no effect. Please use setter and getter functions instead. |
|
NavigationDataClassName |
[FNavDataConfig.NavigationDataClassName](API\Runtime\Engine\AI\Navigation\FNavDataConfig\NavigationDataClassName) is deprecated. Please use setter and getter functions instead. |