#include "CoreMinimal.h"
#include "Components/CharacterComponent.h"
#include "Data/AIDataTypes.h"
#include "AITraitsComponent.generated.h"
Go to the source code of this file.
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam()
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam |
( |
FOnAIStateChanged | , |
|
|
EAIStateType | , |
|
|
State | ) |
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams()
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams |
( |
FOnAlertLevelChanged | , |
|
|
float | , |
|
|
DetectionLevel | , |
|
|
EAIStateType | , |
|
|
AIStateType | , |
|
|
AActor * | , |
|
|
TargetActor | ) |