Agrarsense
Classes | Enumerations
WheeledVehicleParameters.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "WheeledVehicleParameters.generated.h"
Include dependency graph for WheeledVehicleParameters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FWheeledVehicleParameters
 

Enumerations

enum class  ForwarderCargoLoad : uint8 { UMETA =(DisplayName = "Empty") , UMETA =(DisplayName = "Half") , UMETA =(DisplayName = "Full") }
 

Enumeration Type Documentation

◆ ForwarderCargoLoad

enum class ForwarderCargoLoad : uint8
strong
Enumerator
UMETA 
UMETA 
UMETA 

Definition at line 14 of file WheeledVehicleParameters.h.

15{
16 Empty UMETA(DisplayName = "Empty"),
17 Half UMETA(DisplayName = "Half"),
18 Full UMETA(DisplayName = "Full")
19};