LEAP Documentation 40220
Documentation for the LEAP project
ProjectXPlayerControllerMainMenu.h File Reference
#include "CoreMinimal.h"
#include "CosmeticAssetBase.h"
#include "GameFramework/PlayerController.h"
#include "Templates/SubclassOf.h"
#include "SteamBeaconPlayerController.h"
#include "ProjectXPlayerControllerMainMenu.generated.h"

Go to the source code of this file.

Classes

class  AProjectXPlayerControllerMainMenu
 

Functions

 DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FSelectedCosmeticTypeSignature, ECosmeticType, Type)
 
 DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FSelectedWeaponSignature, TSubclassOf< UWeaponInstance >, WeaponClass)
 
 DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams (FSelectedCosmeticSignature, ECosmeticType, CosmeticType, TSubclassOf< UWeaponInstance >, WeaponClass, UCosmeticAssetBase *, CosmeticAsset)
 
 DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FSelectClassSignature, TSubclassOf< AProjectXCharacter >, CharacterClass)
 
 DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FSelectAllySignature, bool, bIsAlly)
 
 DECLARE_DYNAMIC_MULTICAST_DELEGATE (FVivoxVOIPSignature)
 

Function Documentation

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE()

DECLARE_DYNAMIC_MULTICAST_DELEGATE ( FVivoxVOIPSignature  )

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam() [1/4]

DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam ( FSelectAllySignature  ,
bool  ,
bIsAlly   
)

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam() [2/4]

DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam ( FSelectClassSignature  ,
TSubclassOf< AProjectXCharacter ,
CharacterClass   
)

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam() [3/4]

DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam ( FSelectedCosmeticTypeSignature  ,
ECosmeticType  ,
Type   
)

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam() [4/4]

DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam ( FSelectedWeaponSignature  ,
TSubclassOf< UWeaponInstance ,
WeaponClass   
)

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams()

DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams ( FSelectedCosmeticSignature  ,
ECosmeticType  ,
CosmeticType  ,
TSubclassOf< UWeaponInstance ,
WeaponClass  ,
UCosmeticAssetBase ,
CosmeticAsset   
)