文件名称:PsData:虚幻引擎4的灵活数据模型插件
文件大小:138KB
文件格式:ZIP
更新时间:2024-02-27 02:12:13
magic cpp14 unreal-engine ue4 datamodel
数据 虚幻引擎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