#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"
Include dependency graph for ActorAttacher.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UActorAttacher |
Macros | |
| #define | CARLA_ENUM_FROM_RPC(e) static_cast<uint8>(carla::rpc::AttachmentType:: e) |
Enumerations | |
| enum | EAttachmentType : uint8 { EAttachmentType::Null = 0, EAttachmentType::Rigid = CARLA_ENUM_FROM_RPC(Rigid) UMETA(DisplayName = "Rigid"), EAttachmentType::SpringArm = CARLA_ENUM_FROM_RPC(SpringArm) UMETA(DisplayName = "SpringArm"), EAttachmentType::SpringArmGhost = CARLA_ENUM_FROM_RPC(SpringArmGhost) UMETA(DisplayName = "SpringArmGhost"), EAttachmentType::UMETA =(Hidden), EAttachmentType::UMETA =(Hidden) } |
| #define CARLA_ENUM_FROM_RPC | ( | e | ) | static_cast<uint8>(carla::rpc::AttachmentType:: e) |
Definition at line 17 of file ActorAttacher.h.
|
strong |
| Enumerator | |
|---|---|
| Null | |
| Rigid | |
| SpringArm | |
| SpringArmGhost | |
| UMETA | |
| UMETA | |
Definition at line 20 of file ActorAttacher.h.
1.8.13