<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ueprotobuf on Pome</title>
    <link>https://www.pome.cc/tags/ueprotobuf/</link>
    <description>Recent content in ueprotobuf on Pome</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-CN</language>
    <lastBuildDate>Sun, 16 Apr 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://www.pome.cc/tags/ueprotobuf/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>虚幻引擎5引入Protocol Buffers 二（附工程源码）</title>
      <link>https://www.pome.cc/posts/ueprotobuf2/</link>
      <pubDate>Sun, 16 Apr 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.pome.cc/posts/ueprotobuf2/</guid>
      <description>虚幻引擎中应用Protocol Buffers是通过使用第三库导入方式完成。如果已经编译好库内容，导入会非常的简单，需要做的只是完成一些配置内容。本文讲解UE5如何使用Protobuf工程，UE4同理可用。</description>
    </item>
    
    <item>
      <title>虚幻引擎引入Protocol Buffers 一</title>
      <link>https://www.pome.cc/posts/ueprotobuf/</link>
      <pubDate>Tue, 11 Apr 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.pome.cc/posts/ueprotobuf/</guid>
      <description>Protobuf是谷歌公司提出的一种开源跨平台的序列化数据结构的协议。其对于存储资料或在网络上进行通信的程序是很有用的。这个方法包含一个接口描述语言，描述一些数据结构，并提供程序工具根据这些描述产生代码，这些代码将用来生成或解析代表这些数据结构的字节流。本文讲解虚幻引擎如何结合使用Protobuf。</description>
    </item>
    
  </channel>
</rss>
