LEAP Documentation 40220
Documentation for the LEAP project
DeployableControllable.h File Reference
#include "CoreMinimal.h"
#include "Weapons/Deployable/Deployable.h"
#include "DeployableControllable.generated.h"

Go to the source code of this file.

Classes

class  ADeployableControllable
 

Enumerations

enum class  EDeployableMovementDirection : uint8 {
  Up = 0 , Right = 1 , Down = 2 , Left = 3 ,
  Forward = 4 , Back = 5
}
 

Functions

 DECLARE_DYNAMIC_MULTICAST_DELEGATE (FDeployableControlSignature)
 

Enumeration Type Documentation

◆ EDeployableMovementDirection

enum class EDeployableMovementDirection : uint8
strong
Enumerator
Up 
Right 
Down 
Left 
Forward 
Back 

Function Documentation

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE()

DECLARE_DYNAMIC_MULTICAST_DELEGATE ( FDeployableControlSignature  )