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






边栏推荐
- Two methods of chromosome coordinate sequencing
- U++ 游戏类 学习笔记
- 5G VoNR+之IMS Data Channel概念
- Techniques d'utilisation de sublime
- In depth analysis of kubebuilder
- Batch normalization (Standardization) processing
- R descriptive statistics and hypothesis testing
- 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)
- app内嵌h5---iphone软键盘遮挡输入文字
猜你喜欢

《五》表格

Analyse approfondie de kubebuilder

When knative meets webassembly

ThinkPHP关联预载入with
![[hand torn STL] list](/img/aa/7060ab20b41936419041067cf9daed.jpg)
[hand torn STL] list

Techniques d'utilisation de sublime

Sublime tips

In depth analysis of kubebuilder

Programmers go to work fishing, so play high-end!

A simple and beautiful regression table is produced in one line of code~
随机推荐
ClickHouse(03)ClickHouse怎么安装和部署
史上最全学习率调整策略lr_scheduler
Canteen user dish relationship system (C language course design)
Leetcode longest public prefix
Why JSON is used for calls between interfaces, how fastjson is assigned, fastjson 1.2 [email protected] Mapping relatio
A simple and beautiful regression table is produced in one line of code~
Introduction to namespace Basics
File upload vulnerability summary
In depth analysis of kubebuilder
谈谈讲清楚这件事的重要性
Talk about the importance of making it clear
Local tool [Navicat] connects to remote [MySQL] operation
PLC模拟量输出 模拟量输出FB analog2NDA(三菱FX3U)
Analysis -- MySQL statement execution process & MySQL architecture
【736. Lisp 语法解析】
Pointer and array are input in function to realize reverse order output
JS variable
Tree map: tree view - draw covid-19 array diagram
Test interview | how much can you answer the real test interview question of an Internet company?
《五》表格