当前位置:网站首页>U++ 元数据说明符 学习笔记
U++ 元数据说明符 学习笔记
2022-07-06 22:36:00 【是秃头的兔子呀】
UCLASS == 类
UENUM == 枚举
UINTERFACE == 接口
USTRUCT == 结构体
UFUNCTION == 函数体
UPROPERTY == 变量
UMETA == 元数据说明符
UENUM()
enum class EMyEnum : uint8
{
// DefaultValue Tooltip
DefaultValue = 0 UMETA(MetaTag1="Value1", MetaTag2, ..),
// ValueWithoutMetaSpecifiers Tooltip
ValueWithoutMetaSpecifiers,
// ValueWithMetaSpecifiers Tooltip
ValueWithMetaSpecifiers UMETA((MetaTag1="Value1", MetaTag2, ..),
// FinalValue Tooltip
FinalValue (MetaTag1="Value1", MetaTag2, ..)
};






边栏推荐
- 【736. Lisp 语法解析】
- ACL2022 | 分解的元学习小样本命名实体识别
- Thread和Runnable创建线程的方式对比
- Common methods of list and map
- Decorator basic learning 02
- 01机器学习相关规定
- 全国气象数据/降雨量分布数据/太阳辐射数据/NPP净初级生产力数据/植被覆盖度数据
- STM32封装ESP8266一键配置函数:实现实现AP模式和STA模式切换、服务器与客户端创建
- ServiceMesh主要解决的三大痛点
- How to package the parsed Excel data into objects and write this object set into the database?
猜你喜欢

DFS and BFS concepts and practices +acwing 842 arranged numbers (DFS) +acwing 844 Maze walking (BFS)

树与图的深度优先遍历模版原理

程序员上班摸鱼,这么玩才高端!

Have you got the same "artifact" of cross architecture development praised by various industry leaders?

R语言主成分pca、因子分析、聚类对地区经济研究分析重庆市经济指标
![[Yugong series] go teaching course 005 variables in July 2022](/img/29/2bb30443e1e418556b5e08932f75b4.png)
[Yugong series] go teaching course 005 variables in July 2022

Analyse approfondie de kubebuilder

How does vscade use the built-in browser?

acwing 843. n-皇后问题

Depth first traversal template principle of tree and graph
随机推荐
Field data acquisition and edge calculation scheme of CNC machine tools
Common Oracle SQL statements
Flask项目使用flask-socketio异常:TypeError: function() argument 1 must be code, not str
九章云极DataCanvas公司摘获「第五届数字金融创新大赛」最高荣誉!
Time complexity & space complexity
This "advanced" technology design 15 years ago makes CPU shine in AI reasoning
JDBC link Oracle reference code
Intel and Xinbu technology jointly build a machine vision development kit to jointly promote the transformation of industrial intelligence
Leetcode notes
Win11 control panel shortcut key win11 multiple methods to open the control panel
Have you got the same "artifact" of cross architecture development praised by various industry leaders?
广告归因:买量如何做价值衡量?
Comparison between thread and runnable in creating threads
Analyse approfondie de kubebuilder
How to open win11 remote desktop connection? Five methods of win11 Remote Desktop Connection
ServiceMesh主要解决的三大痛点
关于01背包个人的一些理解
STM32F103实现IAP在线升级应用程序
日常工作中程序员最讨厌哪些工作事项?
A simple and beautiful regression table is produced in one line of code~