#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) } |
| #define CARLA_ENUM_FROM_RPC | ( | e | ) | static_cast<uint8>(carla::rpc::AttachmentType:: e) |
在文件 ActorAttacher.h 第 17 行定义.
|
strong |
| 枚举值 | |
|---|---|
| Null | |
| Rigid | |
| SpringArm | |
| SpringArmGhost | |
| UMETA | |
| UMETA | |
在文件 ActorAttacher.h 第 20 行定义.