UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PawnSensingComponent.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "Engine/EngineTypes.h"
#include "Components/ActorComponent.h"
#include "PawnSensingComponent.generated.h"

Go to the source code of this file.

Functions

class UE_DEPRECATED_FORGAME (5.5, "Pawn sensing is deprecated. AI Perception should be used instead.") UPawnSensingComponent
 

Function Documentation

◆ UE_DEPRECATED_FORGAME()

class UE_DEPRECATED_FORGAME ( 5.  5,
"Pawn sensing is deprecated. AI Perception should be used instead."   
)

SensingComponent encapsulates sensory (ie sight and hearing) settings and functionality for an Actor, allowing the actor to see/hear Pawns in the world. It does nothing on network clients.