![]() |
LEAP Documentation 40220
Documentation for the LEAP project
|
#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) } |
|
strong |
|
strong |