(UE4 4.20)UE4 UCLASS,UENUM, USTRUCT, UPROPERTY 的 常用配置
总结下我在项目中 “UCLASS,UENUM, USTRUCT, UPROPERTY”的常用配置, 持续更新 UCLASS meta=(BlueprintSpawnableComponent) 让一个ActorComponent变为蓝图可挂载组件 UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComponent) ) class MY…