#include "CoreMinimal.h"
#include "GameModes/TeamDeathmatch/TeamDeathmatchSpawnPoint.h"
#include "AllOutWarfareObjectiveInterface.h"
#include "CommandCenter.generated.h"
Go to the source code of this file.
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam()
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam |
( |
FCommandCenterEventSignature |
, |
|
|
class ACommandCenter * |
, |
|
|
CommandCenter |
|
|
) |
| |
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams()
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams |
( |
FCommandCenterHealthEventSignature |
, |
|
|
class ACommandCenter * |
, |
|
|
CommandCenter |
, |
|
|
float |
, |
|
|
Delta |
|
|
) |
| |