当前位置:网站首页>U++ 游戏类 学习笔记
U++ 游戏类 学习笔记
2022-07-06 22:36:00 【是秃头的兔子呀】
在每个游戏类头文件的顶部,需要包含生成的头文件(自动创建)
ClassName不是真的是字符串ClassName,而是类名,如下
#include "ClassName.generated.h"
类声明还定义了通过类说明符和元数据 可能需要的其他引擎和编辑器特定行为。此外,GENERATED_BODY()
宏必须放在类体的最开头。
UCLASS([specifier, specifier, ...], [meta(key=value, key=value, ...)])
class ClassName : public ParentName
{
GENERATED_BODY()
}
声明类时,可以将类说明符添加到声明中,以控制类在引擎和编辑器的各个方面的行为方式。
在声明类、接口、结构、枚举、枚举值、函数或属性时,您可以添加元数据说明符来控制它们如何与引擎和编辑器的各个方面进行交互。每种类型的数据结构或成员都有自己的元数据说明符列表。
一些构造函数可能位于每个模块的特殊“构造函数”文件中。例如,AActor::AActor
构造函数可以在EngineConstructors.cpp
. DEFAULTS
这是从先前使用块到使用构造函数的自动转换过程的结果。随着时间的推移,这些将被移动到它们各自的类源文件中。
函数说明符:
CallInEditor使用方法:
元数据说明符:
边栏推荐
- acwing 843. N-queen problem
- Comparison between thread and runnable in creating threads
- Is there any way to bookmark the code in the visual studio project- Is there a way to bookmark code in a Visual Studio project?
- 装饰器基础学习02
- Stm32f103ze+sht30 detection of ambient temperature and humidity (IIC simulation sequence)
- Zhou Yajin, a top safety scholar of Zhejiang University, is a curiosity driven activist
- STM32F103 realize IAP online upgrade application
- 【736. Lisp 语法解析】
- jvm是什么?jvm调优有哪些目的?
- 浙江大学周亚金:“又破又立”的顶尖安全学者,好奇心驱动的行动派
猜你喜欢
C语言中函数指针与指针函数
【736. Lisp 语法解析】
Why do many people misunderstand technical debt
Windows are not cheap things
Camera calibration (I): robot hand eye calibration
JDBC link Oracle reference code
How to package the parsed Excel data into objects and write this object set into the database?
U++4 接口 学习笔记
Flask项目使用flask-socketio异常:TypeError: function() argument 1 must be code, not str
【实践出真理】import和require的引入方式真的和网上说的一样吗
随机推荐
JS input and output
九章云极DataCanvas公司蝉联中国机器学习平台市场TOP 3
acwing 843. n-皇后问题
Ansible中的inventory主机清单(预祝你我有数不尽的鲜花和浪漫)
每人每年最高500万经费!选人不选项目,专注基础科研,科学家主导腾讯出资的「新基石」启动申报
How does vscade use the built-in browser?
当 Knative 遇见 WebAssembly
《原动力 x 云原生正发声 降本增效大讲堂》第三讲——Kubernetes 集群利用率提升实践
Flask项目使用flask-socketio异常:TypeError: function() argument 1 must be code, not str
Two methods of chromosome coordinate sequencing
JS variable
STM32封装ESP8266一键配置函数:实现实现AP模式和STA模式切换、服务器与客户端创建
Appium practice | make the test faster, more stable and more reliable (I): slice test
Complimentary tickets quick grab | industry bigwigs talk about the quality and efficiency of software qecon conference is coming
Gpt-3 is a peer review online when it has been submitted for its own research
使用Thread类和Runnable接口实现多线程的区别
PLC模拟量输出 模拟量输出FB analog2NDA(三菱FX3U)
Poor math students who once dropped out of school won the fields award this year
3GPP信道模型路损基础知识
Oracle -- 视图与序列