CARLA
 
载入中...
搜索中...
未找到
CarlaUE4.h
浏览该文件的文档.
1// Fill out your copyright notice in the Description page of Project Settings.
2// 在项目的“设置”页面的“描述”部分填写您的版权声明。
3#pragma once// 预处理指令,确保头文件只被包含一次,避免重复定义
4
5#include "Engine.h"// 包含Unreal Engine的核心头文件,提供游戏引擎的基本功能
6
7#include "Util/NonCopyable.h"// 包含Util模块中NonCopyable类的头文件,该类通常用于使对象不可复制