当前位置:网站首页>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, ..)
};
边栏推荐
猜你喜欢
AttributeError: module ‘torch._C‘ has no attribute ‘_cuda_setDevice‘
Mysql database (basic)
LabVIEW在打开一个新的引用,提示内存已满
Operand of null-aware operation ‘!‘ has type ‘SchedulerBinding‘ which excludes null.
No experts! Growth secrets for junior and intermediate programmers and "quasi programmers" who are still practicing in Universities
Leetcode(417)——太平洋大西洋水流问题
Weebly mobile website editor mobile browsing New Era
Monitoring cannot be started after Oracle modifies the computer name
Chapter 9 Yunji datacanvas was rated as 36 krypton "the hard core technology enterprise most concerned by investors"
装饰器基础学习02
随机推荐
一个酷酷的“幽灵”控制台工具
Appium practice | make the test faster, more stable and more reliable (I): slice test
How to choose an offer and what factors should be considered
当 Knative 遇见 WebAssembly
Why JSON is used for calls between interfaces, how fastjson is assigned, fastjson 1.2 [email protected] Mapping relatio
Two methods of chromosome coordinate sequencing
Liste des hôtes d'inventaire dans ansible (je vous souhaite des fleurs et de la romance sans fin)
Leetcode minimum difference in student scores
The most complete learning rate adjustment strategy in history LR_ scheduler
2. Overview of securities investment funds
npm ERR! 400 Bad Request - PUT xxx - “devDependencies“ dep “xx“ is not a valid dependency name
[practice leads to truth] is the introduction of import and require really the same as what is said on the Internet
Addressable 预下载
If you ask me about R code debugging, I will tell you head, STR, help
MySQL数据库(基础篇)
U++ 元数据说明符 学习笔记
In depth analysis of kubebuilder
【ArcGIS教程】专题图制作-人口密度分布图——人口密度分析
Terms used in the Web3 community
sublime使用技巧