![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Perception/AIPerceptionSystem.h"#include "AISystem.h"#include "Engine/Engine.h"#include "EngineGlobals.h"#include "EngineUtils.h"#include "GameFramework/Pawn.h"#include "Perception/AIPerceptionComponent.h"#include "Perception/AISenseConfig.h"#include "Perception/AISenseEvent.h"#include "Perception/AISense_Hearing.h"#include "ProfilingDebugging/CsvProfiler.h"#include "TimerManager.h"#include "VisualLogger/VisualLogger.h"Functions | |
| DECLARE_CYCLE_STAT (TEXT("Perception System"), STAT_AI_PerceptionSys, STATGROUP_AI) | |
| DECLARE_CYCLE_STAT (TEXT("Perception System - Process Stim"), STAT_AI_Perception_ProcessStim, STATGROUP_AI) | |
| DEFINE_LOG_CATEGORY (LogAIPerception) | |
| DECLARE_CYCLE_STAT | ( | TEXT("Perception System - Process Stim") | , |
| STAT_AI_Perception_ProcessStim | , | ||
| STATGROUP_AI | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("Perception System") | , |
| STAT_AI_PerceptionSys | , | ||
| STATGROUP_AI | |||
| ) |
| DEFINE_LOG_CATEGORY | ( | LogAIPerception | ) |