PsData:虚幻引擎4的灵活数据模型插件 源码
数据 虚幻引擎4的灵活数据模型插件 例子 定义PsData类: // Assume that you project called 'Foo' # include " PsDataAPI.h " // Enum UENUM (BlueprintType) enum class EFooDamageType : uint8 { None = 0 , Pure = 1 , Physical = 2 , Psi = 3 , Pierce = 4 }; DESCRIBE_ENUM (EFooDamageType); // Character data cla
下载地址
用户评论