CARLA
Macros | Enumerations
QualityLevelUE.h File Reference
#include <compiler/disable-ue4-macros.h>
#include <carla/rpc/QualityLevel.h>
#include <compiler/enable-ue4-macros.h>
#include "QualityLevelUE.generated.h"
+ Include dependency graph for QualityLevelUE.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CARLA_ENUM_FROM_RPC(e)   static_cast<uint8>(carla::rpc::QualityLevel:: e)
 

Enumerations

enum  EQualityLevel : uint8 {
  EQualityLevel::Null = 0, EQualityLevel::Low = CARLA_ENUM_FROM_RPC(Low) UMETA(DisplayName = "Low"), EQualityLevel::Epic = CARLA_ENUM_FROM_RPC(Epic) UMETA(DisplayName = "Epic"), EQualityLevel::UMETA =(Hidden),
  EQualityLevel::UMETA =(Hidden)
}
 

Macro Definition Documentation

◆ CARLA_ENUM_FROM_RPC

#define CARLA_ENUM_FROM_RPC (   e)    static_cast<uint8>(carla::rpc::QualityLevel:: e)

Definition at line 15 of file QualityLevelUE.h.

Enumeration Type Documentation

◆ EQualityLevel

enum EQualityLevel : uint8
strong
Enumerator
Null 
Low 
Epic 
UMETA 
UMETA 

Definition at line 18 of file QualityLevelUE.h.