CARLA
 
载入中...
搜索中...
未找到
| 宏定义 | 枚举
ActorAttacher.h 文件参考
#include <compiler/disable-ue4-macros.h>
#include <carla/rpc/AttachmentType.h>
#include <compiler/enable-ue4-macros.h>
#include "Kismet/BlueprintFunctionLibrary.h"
#include "ActorAttacher.generated.h"
+ ActorAttacher.h 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  UActorAttacher
 

宏定义

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

枚举

enum class  EAttachmentType : uint8 {
  Null = 0 , Rigid = CARLA_ENUM_FROM_RPC(Rigid) UMETA(DisplayName = "Rigid") , SpringArm = CARLA_ENUM_FROM_RPC(SpringArm) UMETA(DisplayName = "SpringArm") , SpringArmGhost = CARLA_ENUM_FROM_RPC(SpringArmGhost) UMETA(DisplayName = "SpringArmGhost") ,
  UMETA =(Hidden) , UMETA =(Hidden)
}
 

宏定义说明

◆ CARLA_ENUM_FROM_RPC

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

在文件 ActorAttacher.h17 行定义.

枚举类型说明

◆ EAttachmentType

enum class EAttachmentType : uint8
strong
枚举值
Null 
Rigid 
SpringArm 
SpringArmGhost 
UMETA 
UMETA 

在文件 ActorAttacher.h20 行定义.