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
 

函数

 for (auto &PropParameter :PropParametersArray)
 
 for (int32 i=0;i< ResultPropJsonArray.Num();++i)
 
static FString PropSizeTypeToString (EPropSize PropSizeType)
 
JsonObject SetArrayField (CommonAttributes::DEFINITIONS, ResultPropJsonArray)
 
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")
 
FString OutputString
 
static const FString CommonAttributes::PATH = FPaths::ProjectContentDir()
 
static const FString PropAttributes::REGISTRY_FORMAT = TEXT(".Package.json")
 
static const FString PropAttributes::SIZE = TEXT("size")
 
TSharedRef< TJsonWriter<> > Writer = TJsonWriterFactory<>::Create(&OutputString)
 

函数说明

◆ for() [1/2]

for ( auto &PropParameter :PropParametersArray )

在文件 CarlaBlueprintRegistry.cpp79 行定义.

引用了 PropAttributes::MESH_PATH, PropAttributes::NAME, PropSizeTypeToString() , 以及 PropAttributes::SIZE.

+ 函数调用图:

◆ for() [2/2]

for ( )

在文件 CarlaBlueprintRegistry.cpp71 行定义.

引用了 PropAttributes::NAME.

◆ PropSizeTypeToString()

static FString PropSizeTypeToString ( EPropSize PropSizeType)
static

在文件 CarlaBlueprintRegistry.cpp31 行定义.

被这些函数引用 for().

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

◆ SetArrayField()

JsonObject SetArrayField ( CommonAttributes::DEFINITIONS ,
ResultPropJsonArray  )

◆ StringToPropSizeType()

static EPropSize StringToPropSizeType ( FString PropSize)
static

在文件 CarlaBlueprintRegistry.cpp42 行定义.

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

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

变量说明

◆ OutputString

FString OutputString

在文件 CarlaBlueprintRegistry.cpp111 行定义.

◆ Writer

TSharedRef<TJsonWriter<> > Writer = TJsonWriterFactory<>::Create(&OutputString)

在文件 CarlaBlueprintRegistry.cpp112 行定义.