UEC++编程规范
UEC++中类的命名规范
Axxx继承自AActor
Uxxx继承自UObject
Fxxx原生C++
Ixxx接口类
Sxxx为slate
枚举的定义:
1.加反射宏UENUM()
2.自定义
enum class ECustomColorType:uint8{
ERD,
BLUE,
}
UEC++中类的命名规范
Axxx继承自AActor
Uxxx继承自UObject
Fxxx原生C++
Ixxx接口类
Sxxx为slate
枚举的定义:
1.加反射宏UENUM()
2.自定义
enum class ECustomColorType:uint8{
ERD,
BLUE,
}