LEAP Documentation 40220
Documentation for the LEAP project
DeployableMarker.h File Reference
#include "CoreMinimal.h"
#include "GameFramework/Actor.h"
#include "DeployableMarker.generated.h"

Go to the source code of this file.

Classes

class  ADeployableMarker
 

Enumerations

enum class  EPlacementFailureReason : uint8 {
  NONE = 0 , Grounded = (1 << 0) , Slope = (1 << 1) , ZDiff = (1 << 2) ,
  Sky = (1 << 3)
}
 
enum class  EPlacementTests : uint8 { NONE = 0 , GroundCheck = (1 << 0) , SlopeCheck = (1 << 1) , SkyCheck = (1 << 2) }
 

Enumeration Type Documentation

◆ EPlacementFailureReason

enum class EPlacementFailureReason : uint8
strong
Enumerator
NONE 
Grounded 
Slope 
ZDiff 
Sky 

◆ EPlacementTests

enum class EPlacementTests : uint8
strong
Enumerator
NONE 
GroundCheck 
SlopeCheck 
SkyCheck