<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>CToolIntrospection :: Catur Documentation</title>
    <link>https://doc.cdryx.net/CdryxAIOUPlugin/ccoreumodule/tools/ctoolintrospection/index.html</link>
    <description>Overview Reflection helpers for reading and writing UPROPERTY struct fields by name at runtime.&#xA;Functions Name Description readFieldValueOfStruct Read a field value from a struct property. Two overloads: from an object (by struct name + field name), or directly from a struct pointer (by field name). writeFieldValueOfStruct Write a field value on a struct property. Same two overloads as read. // Read from an object&#39;s struct property int val = readFieldValueOfStruct&lt;UMyClass, FMyStruct, int&gt;(this, &#34;myStruct&#34;, &#34;myOctave&#34;); // Read directly from a struct pointer int val2 = readFieldValueOfStruct&lt;FMyStruct, int&gt;(&amp;myStruct, &#34;myOctave&#34;); // Write on an object&#39;s struct property int v = 2; writeFieldValueOfStruct&lt;UMyClass, FMyStruct, int&gt;(this, &#34;myStruct&#34;, &#34;myOctave&#34;, &amp;v); // Write directly on a struct pointer writeFieldValueOfStruct&lt;FMyStruct, int&gt;(&amp;myStruct, &#34;myOctave&#34;, &amp;v);</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate></lastBuildDate>
    <atom:link href="https://doc.cdryx.net/CdryxAIOUPlugin/ccoreumodule/tools/ctoolintrospection/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>