1. 首页
  2. 数据库
  3. 其它
  4. PsData:虚幻引擎4的灵活数据模型插件 源码

PsData:虚幻引擎4的灵活数据模型插件 源码

上传者: 2021-02-18 01:25:45上传 ZIP文件 138.29KB 热度 13次
数据 虚幻引擎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
下载地址
用户评论