Agrarsense
Classes | Enumerations
OverlapSensorParameters.h File Reference
#include "GameFramework/Actor.h"
#include "OverlapSensorParameters.generated.h"
Include dependency graph for OverlapSensorParameters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FOverlapSensorParameters
 

Enumerations

enum class  ETriggerShape : uint8 { Sphere = 0 UMETA(DisplayName = "Sphere") , Box = 1 UMETA(DisplayName = "Box") }
 

Enumeration Type Documentation

◆ ETriggerShape

enum class ETriggerShape : uint8
strong
Enumerator
Sphere 
Box 

Definition at line 13 of file OverlapSensorParameters.h.

14{
15 Sphere = 0 UMETA(DisplayName = "Sphere"),
16 Box = 1 UMETA(DisplayName = "Box")
17};