当前位置:网站首页>U++ metadata specifier learning notes
U++ metadata specifier learning notes
2022-07-07 05:04:00 【It's a bald rabbit】
UCLASS == class
UENUM == enumeration
UINTERFACE == Interface
USTRUCT == Structure
UFUNCTION == The body of the function
UPROPERTY == Variable
UMETA == Metadata specifier
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, ..)
};






边栏推荐
- 《二》标签
- 一文搞懂常见的网络I/O模型
- JDBC link Oracle reference code
- Leetcode(46)——全排列
- Gavin teacher's perception of transformer live class - rasa project actual combat e-commerce retail customer service intelligent business dialogue robot microservice code analysis and dialogue experim
- 记录一次压测经验总结
- Time complexity & space complexity
- Thread和Runnable创建线程的方式对比
- Markdown编辑器
- [736. LISP syntax parsing]
猜你喜欢

Pointer and array are input in function to realize reverse order output

指针与数组在函数中输入实现逆序输出

Windows are not cheap things

Salesforce 容器化 ISV 场景下的软件供应链安全落地实践

MySQL数据库(基础篇)

Weebly mobile website editor mobile browsing New Era

批量归一化(标准化)处理

Analysis -- MySQL statement execution process & MySQL architecture

装饰器基础学习02

In depth analysis of kubebuilder
随机推荐
ServiceMesh主要解决的三大痛点
动态生成表格
Factor analysis r practice (with R installation tutorial and code)
File upload vulnerability summary
U++4 接口 学习笔记
Why JSON is used for calls between interfaces, how fastjson is assigned, fastjson 1.2 [email protected] Mapping relatio
[ArcGIS tutorial] thematic map production - population density distribution map - population density analysis
R descriptive statistics and hypothesis testing
01 machine learning related regulations
NiO related knowledge points (I)
Leetcode(46)——全排列
IMS data channel concept of 5g vonr+
5G VoNR+之IMS Data Channel概念
STM32F103ZE+SHT30检测环境温度与湿度(IIC模拟时序)
一文搞懂常见的网络I/O模型
如何设计 API 接口,实现统一格式返回?
Leetcode notes
[practice leads to truth] is the introduction of import and require really the same as what is said on the Internet
npm ERR! 400 Bad Request - PUT xxx - “devDependencies“ dep “xx“ is not a valid dependency name
Some understandings about 01 backpacker