LEAP Documentation 40220
Documentation for the LEAP project
ProjectXGameStateKingofTheHill.h File Reference
#include "CoreMinimal.h"
#include "ProjectXGameStateBaseControl.h"
#include "ProjectXGameStateKingofTheHill.generated.h"

Go to the source code of this file.

Classes

struct  FKingOfTheHillPhaseInfo
 
class  AProjectXGameStateKingofTheHill
 

Enumerations

enum class  EKingOfTheHillPhase : uint8 { WarmUp = 0 , Active = 1 , NONE = 255 }
 

Functions

 DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FKingOfTheHillPhaseEventSignature, const FKingOfTheHillPhaseInfo &, PhaseInfo)
 
 DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams (FKingofTheHillEvent, AProjectXPlayerState *, PlayerState, ACapturePoint *, Point, int32, Data)
 

Enumeration Type Documentation

◆ EKingOfTheHillPhase

enum class EKingOfTheHillPhase : uint8
strong
Enumerator
WarmUp 
Active 
NONE 

Function Documentation

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam()

DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam ( FKingOfTheHillPhaseEventSignature  ,
const FKingOfTheHillPhaseInfo ,
PhaseInfo   
)

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams()

DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams ( FKingofTheHillEvent  ,
AProjectXPlayerState ,
PlayerState  ,
ACapturePoint ,
Point  ,
int32  ,
Data   
)