<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" 
  xmlns:content="http://purl.org/rss/1.0/modules/content/" 
  xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:atom="http://www.w3.org/2005/Atom" 
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
  xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>c&#43;&#43; on ✏VictorHong&#39;s Blog</title>
    <link>https://hugo.jiahongw.com/tags/c&#43;&#43;/</link>
    <description>Recent content in c&#43;&#43; on ✏VictorHong&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh</language>
    <follow_challenge>
        <feedId>74349588616178697</feedId>
        <userId>68207800989737984</userId>
    </follow_challenge>
    <managingEditor>wujiahong2013@gmail.com (VictorHong)</managingEditor>
    <webMaster>wujiahong2013@gmail.com (VictorHong)</webMaster>
    <copyright>©2021-2026 | VictorHong</copyright>
    <lastBuildDate>Mon, 15 Jun 2020 09:43:11 +0800</lastBuildDate>
    
        <atom:link href="https://hugo.jiahongw.com/tags/c++/index.xml" rel="self" type="application/rss+xml" />
    

      
      <item>
        <title>UE编辑器下模拟使用HitProxy</title>
        <link>https://hugo.jiahongw.com/20200615/ue-hitproxy/</link>
        <pubDate>Mon, 15 Jun 2020 09:43:11 +0800</pubDate>
        <author>wujiahong2013@gmail.com (VictorHong)</author>
        <atom:modified>Mon, 15 Jun 2020 09:43:11 +0800</atom:modified>
        <guid>https://hugo.jiahongw.com/20200615/ue-hitproxy/</guid>
        <description>需要从 UGameViewportClient 类继承 修改返回值为true,路径：\Source\Runtime\Engine\Private\GameViewportClient</description>
        
        <dc:creator>VictorHong</dc:creator>
        <media:content url="https://hugo.jiahongw.comhttps://i.loli.net/2020/06/15/ivEDkwYhIQ5xVn7.png" medium="image"><media:title type="html">featured image</media:title></media:content>
        
        
        
          
            
              <category>c&#43;&#43;</category>
            
          
            
              <category>UE4</category>
            
          
            
              <category>游戏引擎</category>
            
          
        
        
          
            
              <category>专业领域</category>
            
          
        
        
      </item>
      
      <item>
        <title>UE4获取深度值</title>
        <link>https://hugo.jiahongw.com/20200615/ue-depth/</link>
        <pubDate>Mon, 15 Jun 2020 09:42:11 +0800</pubDate>
        <author>wujiahong2013@gmail.com (VictorHong)</author>
        <atom:modified>Mon, 15 Jun 2020 09:42:11 +0800</atom:modified>
        <guid>https://hugo.jiahongw.com/20200615/ue-depth/</guid>
        <description>&lt;p&gt;在UE4中获取深度缓存，调用渲染命令读取。&lt;/p&gt;</description>
        
        <dc:creator>VictorHong</dc:creator>
        <media:content url="https://hugo.jiahongw.comhttps://i.loli.net/2020/06/15/ivEDkwYhIQ5xVn7.png" medium="image"><media:title type="html">featured image</media:title></media:content>
        
        
        
          
            
              <category>c&#43;&#43;</category>
            
          
            
              <category>UE4</category>
            
          
            
              <category>游戏引擎</category>
            
          
        
        
          
            
              <category>专业领域</category>
            
          
        
        
      </item>
      
      <item>
        <title>UE游戏、渲染线程</title>
        <link>https://hugo.jiahongw.com/20200603/ue-game-render/</link>
        <pubDate>Wed, 03 Jun 2020 09:42:11 +0800</pubDate>
        <author>wujiahong2013@gmail.com (VictorHong)</author>
        <atom:modified>Wed, 03 Jun 2020 09:42:11 +0800</atom:modified>
        <guid>https://hugo.jiahongw.com/20200603/ue-game-render/</guid>
        <description>&lt;p&gt;探索UE4游戏线程的进入&lt;/p&gt;</description>
        
        <dc:creator>VictorHong</dc:creator>
        <media:content url="https://hugo.jiahongw.comhttps://i.loli.net/2020/06/15/ivEDkwYhIQ5xVn7.png" medium="image"><media:title type="html">featured image</media:title></media:content>
        
        
        
          
            
              <category>c&#43;&#43;</category>
            
          
            
              <category>UE4</category>
            
          
            
              <category>游戏引擎</category>
            
          
        
        
          
            
              <category>专业领域</category>
            
          
        
        
      </item>
      
      <item>
        <title>UE4渲染过程</title>
        <link>https://hugo.jiahongw.com/20200529/ue4-render/</link>
        <pubDate>Fri, 29 May 2020 09:42:11 +0800</pubDate>
        <author>wujiahong2013@gmail.com (VictorHong)</author>
        <atom:modified>Fri, 29 May 2020 09:42:11 +0800</atom:modified>
        <guid>https://hugo.jiahongw.com/20200529/ue4-render/</guid>
        <description>&lt;p&gt;大概介绍以下UE4的主要渲染过程。&lt;/p&gt;</description>
        
        <dc:creator>VictorHong</dc:creator>
        <media:content url="https://hugo.jiahongw.comhttps://i.loli.net/2020/06/15/ivEDkwYhIQ5xVn7.png" medium="image"><media:title type="html">featured image</media:title></media:content>
        
        
        
          
            
              <category>c&#43;&#43;</category>
            
          
            
              <category>UE4</category>
            
          
            
              <category>游戏引擎</category>
            
          
        
        
          
            
              <category>专业领域</category>
            
          
        
        
      </item>
      

    
  </channel>
</rss>