Ue4_UEnum枚举类型
摘要:一.Ue4中枚举类型的两种定义方式 //写法一 UENUM(BlueprintType) enum EColor_1 { RED, BLUE, YELLOW }; //写法二 UENUM(BlueprintType) enum class EColor_2 :uint8 { RED, BLUE, Y
阅读全文
posted @ 2021-06-24 00:28
posted @ 2021-06-24 00:28
posted @ 2021-06-22 17:37
posted @ 2021-06-22 17:01
posted @ 2021-06-04 11:03