Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | UAISense_Damage |
| Type | class |
| Header File | /Engine/Source/Runtime/AIModule/Classes/Perception/AISense_Damage.h |
| Include Path | #include "Perception/AISense_Damage.h" |
Syntax
UCLASS (ClassGroup=AI, MinimalAPI)
class UAISense_Damage : public UAISense
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAISense → UAISense_Damage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAISense_Damage
(
const FObjectInitializer& ObjectInitializer |
Perception/AISense_Damage.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RegisteredEvents | TArray< FAIDamageEvent > | Perception/AISense_Damage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RegisterEvent
(
const FAIDamageEvent& Event |
Perception/AISense_Damage.h |
Overridden from UAISense
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterWrappedEvent
(
UAISenseEvent& PerceptionEvent |
Perception/AISense_Damage.h |
Protected
Overridden from UAISense
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual float Update() |
Perception/AISense_Damage.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EventLocation will be reported as Instigator's location at the moment of event happening | Perception/AISense_Damage.h |
|