当前位置:网站首页>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, ..)
};






边栏推荐
- Tree map: tree view - draw covid-19 array diagram
- 《四》表单
- Why JSON is used for calls between interfaces, how fastjson is assigned, fastjson 1.2 [email protected] Mapping relatio
- 【736. Lisp 语法解析】
- Error: No named parameter with the name ‘foregroundColor‘
- 想要选择一些部门优先使用 OKR, 应该如何选择试点部门?
- IMS data channel concept of 5g vonr+
- How to package the parsed Excel data into objects and write this object set into the database?
- STM32F103 realize IAP online upgrade application
- Monitoring cannot be started after Oracle modifies the computer name
猜你喜欢

Ansible中的inventory主机清单(预祝你我有数不尽的鲜花和浪漫)

Oracle - views and sequences

offer如何选择该考虑哪些因素

Read of shell internal value command

Operand of null-aware operation ‘!‘ has type ‘SchedulerBinding‘ which excludes null.

CentOS 7.9安装Oracle 21c历险记

A line of R code draws the population pyramid

Time complexity & space complexity

当 Knative 遇见 WebAssembly

记录一次压测经验总结
随机推荐
JS input and output
【Android Kotlin协程】利用CoroutineContext实现网络请求失败后重试逻辑
Introduction to namespace Basics
[hand torn STL] list
【數模】Matlab allcycles()函數的源代碼(2021a之前版本沒有)
Dynamically generate tables
Markdown编辑器
Why JSON is used for calls between interfaces, how fastjson is assigned, fastjson 1.2 [email protected] Mapping relatio
3GPP信道模型路损基础知识
3. Type of fund
Monitoring cannot be started after Oracle modifies the computer name
File upload vulnerability summary
Function pointer and pointer function in C language
What is JVM? What are the purposes of JVM tuning?
Batch normalization (Standardization) processing
指针与数组在函数中输入实现逆序输出
01机器学习相关规定
Ansible概述和模块解释(你刚走过了今天,而扑面而来的却是昨天)
Time complexity & space complexity
Ansible overview and module explanation (you just passed today, but yesterday came to your face)