![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "AIController.h"#include "CollisionQueryParams.h"#include "NavigationSystem.h"#include "Components/CapsuleComponent.h"#include "GameFramework/PhysicsVolume.h"#include "Engine/Canvas.h"#include "BehaviorTree/BehaviorTreeComponent.h"#include "Tasks/AITask.h"#include "BehaviorTree/BlackboardComponent.h"#include "BehaviorTree/Blackboard/BlackboardKeyType_Object.h"#include "Perception/AIPerceptionComponent.h"#include "VisualLogger/VisualLoggerTypes.h"#include "VisualLogger/VisualLogger.h"#include "GameplayTaskResource.h"#include "AIResources.h"#include "AIModuleLog.h"#include "Kismet/GameplayStatics.h"#include "DisplayDebugHelpers.h"#include "BehaviorTree/BehaviorTree.h"#include "GameplayTasksComponent.h"#include "Tasks/GameplayTask_ClaimResource.h"#include "NetworkingDistanceConstants.h"#include "Navigation/PathFollowingComponent.h"#include "NavFilters/NavigationQueryFilter.h"Functions | |
| DECLARE_CYCLE_STAT (TEXT("MoveTo"), STAT_MoveTo, STATGROUP_AI) | |
| DEFINE_LOG_CATEGORY (LogAINavigation) | |
| DEFINE_LOG_CATEGORY_STATIC (LogTestAI, All, All) | |
| DECLARE_CYCLE_STAT | ( | TEXT("MoveTo") | , |
| STAT_MoveTo | , | ||
| STATGROUP_AI | |||
| ) |
| DEFINE_LOG_CATEGORY | ( | LogAINavigation | ) |