当前位置:网站首页>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, ..)
};
边栏推荐
- Weebly移动端网站编辑器 手机浏览新时代
- Oracle - views and sequences
- 史上最全学习率调整策略lr_scheduler
- 窗口可不是什么便宜的东西
- 高数中值定理总结
- [736. LISP syntax parsing]
- npm ERR! 400 Bad Request - PUT xxx - “devDependencies“ dep “xx“ is not a valid dependency name
- Test interview | how much can you answer the real test interview question of an Internet company?
- A line of R code draws the population pyramid
- Inventory host list in ansible (I wish you countless flowers and romance)
猜你喜欢
【736. Lisp 语法解析】
3GPP信道模型路损基础知识
Flask project uses flask socketio exception: typeerror: function() argument 1 must be code, not str
Techniques d'utilisation de sublime
【Android Kotlin协程】利用CoroutineContext实现网络请求失败后重试逻辑
高手勿进!写给初中级程序员以及还在大学修炼的“准程序员”的成长秘籍
Why do many people misunderstand technical debt
Liste des hôtes d'inventaire dans ansible (je vous souhaite des fleurs et de la romance sans fin)
Flask项目使用flask-socketio异常:TypeError: function() argument 1 must be code, not str
Pointer and array are input in function to realize reverse order output
随机推荐
STM32 encapsulates the one key configuration function of esp8266: realize the switching between AP mode and sta mode, and the creation of server and client
Salesforce 容器化 ISV 场景下的软件供应链安全落地实践
[hand torn STL] list
LabVIEW在打开一个新的引用,提示内存已满
STM32F103 realize IAP online upgrade application
使用Thread类和Runnable接口实现多线程的区别
Using thread class and runnable interface to realize the difference between multithreading
Section 1: (3) logic chip process substrate selection
Two methods of chromosome coordinate sequencing
If you‘re running pod install manually, make sure flutter pub get is executed first.
PLC Analog output analog output FB analog2nda (Mitsubishi FX3U)
【二叉树】二叉树寻路
Stm32f103ze+sht30 detection of ambient temperature and humidity (IIC simulation sequence)
深入解析Kubebuilder
Why is the salary of test and development so high?
PLC模拟量输出 模拟量输出FB analog2NDA(三菱FX3U)
【數模】Matlab allcycles()函數的源代碼(2021a之前版本沒有)
U++ 元数据说明符 学习笔记
U++ 游戏类 学习笔记
JS variable