CARLA
 
载入中...
搜索中...
未找到
命名空间 | 函数 | 变量
CarlaBlueprintRegistry.cpp 文件参考
#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"
+ CarlaBlueprintRegistry.cpp 的引用(Include)关系图:

浏览源代码.

命名空间

namespace  CommonAttributes
 
namespace  PropAttributes
 

函数

static FString PropSizeTypeToString (EPropSize PropSizeType)
 
static EPropSize StringToPropSizeType (FString PropSize)
 

变量

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")
 

函数说明

◆ PropSizeTypeToString()

static FString PropSizeTypeToString ( EPropSize PropSizeType)
static

在文件 CarlaBlueprintRegistry.cpp29 行定义.

被这些函数引用 UCarlaBlueprintRegistry::AddToCarlaBlueprintRegistry().

+ 这是这个函数的调用关系图:

◆ StringToPropSizeType()

static EPropSize StringToPropSizeType ( FString PropSize)
static

在文件 CarlaBlueprintRegistry.cpp39 行定义.

被这些函数引用 UCarlaBlueprintRegistry::LoadPropDefinitions().

+ 这是这个函数的调用关系图: