#include "Carla.h"#include "Carla/Actor/CarlaBlueprintRegistry.h"#include "Carla/Game/CarlaStatics.h"#include "Dom/JsonObject.h"#include "Misc/FileHelper.h"#include "Serialization/JsonReader.h"#include "Serialization/JsonSerializer.h"
Include dependency graph for CarlaBlueprintRegistry.cpp:Go to the source code of this file.
Namespaces | |
| CommonAttributes | |
| PropAttributes | |
Functions | |
| static FString | PropSizeTypeToString (EPropSize PropSizeType) |
| static EPropSize | StringToPropSizeType (FString PropSize) |
Variables | |
| static const FString | CommonAttributes::DEFAULT = TEXT("/Carla/Config/Default") |
| static const FString | CommonAttributes::DEFINITIONS = TEXT("props") |
| static const FString | PropAttributes::MESH_PATH = TEXT("path") |
| static const FString | PropAttributes::NAME = TEXT("name") |
| static const FString | CommonAttributes::PATH = FPaths::ProjectContentDir() |
| static const FString | PropAttributes::REGISTRY_FORMAT = TEXT(".Package.json") |
| static const FString | PropAttributes::SIZE = TEXT("size") |
|
static |
Definition at line 29 of file CarlaBlueprintRegistry.cpp.
Referenced by UCarlaBlueprintRegistry::AddToCarlaBlueprintRegistry().
Here is the caller graph for this function:
|
static |
Definition at line 39 of file CarlaBlueprintRegistry.cpp.
Referenced by UCarlaBlueprintRegistry::LoadPropDefinitions().
Here is the caller graph for this function:
1.8.13