当前位置:网站首页>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, ..)
};
边栏推荐
- R descriptive statistics and hypothesis testing
- 使用知云阅读器翻译统计遗传学书籍
- Using thread class and runnable interface to realize the difference between multithreading
- Pointer and array are input in function to realize reverse order output
- 【愚公系列】2022年7月 Go教学课程 005-变量
- Canteen user dish relationship system (C language course design)
- National meteorological data / rainfall distribution data / solar radiation data /npp net primary productivity data / vegetation coverage data
- STM32 system timer flashing LED
- When knative meets webassembly
- Tiktok may launch an independent grass planting community platform: will it become the second little red book
猜你喜欢
动态生成表格
No experts! Growth secrets for junior and intermediate programmers and "quasi programmers" who are still practicing in Universities
Chapter 9 Yunji datacanvas company won the highest honor of the "fifth digital finance innovation competition"!
If you‘re running pod install manually, make sure flutter pub get is executed first.
[Yugong series] go teaching course 005 variables in July 2022
Ansible报错:“msg“: “Invalid/incorrect password: Permission denied, please try again.“
JS variable plus
[email protected] Mapping relatio"/>
Why JSON is used for calls between interfaces, how fastjson is assigned, fastjson 1.2 [email protected] Mapping relatio
Markdown editor
Common Oracle SQL statements
随机推荐
Some understandings about 01 backpacker
Using thread class and runnable interface to realize the difference between multithreading
CentOS 7.9安装Oracle 21c历险记
Two methods of chromosome coordinate sequencing
Common Oracle SQL statements
A row of code r shows the table of Cox regression model
ServiceMesh主要解决的三大痛点
Why do many people misunderstand technical debt
Leetcode(46)——全排列
Batch normalization (Standardization) processing
一个酷酷的“幽灵”控制台工具
A line of R code draws the population pyramid
[Android kotlin collaboration] use coroutinecontext to realize the retry logic after a network request fails
Analyse approfondie de kubebuilder
How to design API interface and realize unified format return?
Markdown编辑器
What is JVM? What are the purposes of JVM tuning?
Leetcode(417)——太平洋大西洋水流问题
AttributeError: module ‘torch._C‘ has no attribute ‘_cuda_setDevice‘
File upload vulnerability summary