|
Payback 0.0.1
CK Graduation Project
|
#include "CoreMinimal.h"#include "Character/CharacterBase.h"#include "Interface/ObjectPoolingInterface.h"#include "Interface/Combat/TargetableInterface.h"#include "GAS/Attribute/BaseAttributeSet.h"#include "Interface/Constellation/ConstellationInterface.h"#include "EnemyCharacterBase.generated.h"

클래스 | |
| class | AEnemyCharacterBase |
네임스페이스 | |
| namespace | TypeTween |
열거형 타입 | |
| enum class | EEnemyReachType : uint8 { None = 0 , Range = 1 , Melee = 2 , Both = 3 } |
함수 | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FOnSpawnEnemyDead, AEnemyCharacterBase *, OnEnemySpawned) | |
|
strong |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FOnSpawnEnemyDead | , |
| AEnemyCharacterBase * | , | ||
| OnEnemySpawned | |||
| ) |